OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iconcolors
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h
110
short *
iconcolors
; /* List of colors used by the icon */
member in struct:SDL_PrivateVideoData
142
#define SDL_iconcolors (this->hidden->
iconcolors
)
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h
158
short *
iconcolors
; /* List of colors used by the icon */
member in struct:SDL_PrivateVideoData
215
#define SDL_iconcolors (this->hidden->
iconcolors
)
Completed in 51 milliseconds