OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_vars
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c
55
int
mode_vars
[5]; // array of index, value pairs terminated by -1
member in struct:tagScreenModeBlock
677
smb.
mode_vars
[0] = -1;
684
smb.
mode_vars
[0] = 0; smb.
mode_vars
[1] = 128; /* Mode flags */
685
smb.
mode_vars
[2] = 3; smb.
mode_vars
[3] = 255; /* NColour (number of colours -1) */
686
smb.
mode_vars
[4] = -1; /* End of list */
Completed in 45 milliseconds