OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_iconcolors
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c
109
if(
SDL_iconcolors
) {
114
while(
SDL_iconcolors
[i]) {
116
SDL_iconcolors
[i]--;
121
if(!
SDL_iconcolors
)
122
SDL_iconcolors
= SDL_malloc(256 * sizeof *
SDL_iconcolors
);
123
SDL_memset(
SDL_iconcolors
, 0, 256 * sizeof *
SDL_iconcolors
);
136
SDL_iconcolors
[c.pixel]++;
153
if(!
SDL_iconcolors
[i])
[
all
...]
SDL_x11video.h
209
#define
SDL_iconcolors
(this->hidden->iconcolors)
SDL_x11video.c
[
all
...]
Completed in 92 milliseconds