Searched defs:GapiInfo (Results 1 – 2 of 2) sorted by relevance
119 struct GapiInfo { struct122 int coordinateTransform; 123 char hiresFix; /* using hires mode without defining hires resource */124 int invert; //TODO this is only written but never read, so it should be removed127 int SDL_nummodes[NUM_MODELISTS];128 SDL_Rect **SDL_modelist[NUM_MODELISTS];133 SDL_ScreenOrientation userOrientation;134 SDL_ScreenOrientation systemOrientation;136 int useGXOpenDisplay; /* use GXOpenDispplay */137 int alreadyGXOpened;[all …]
35 typedef struct GapiInfo GapiInfo; typedef