Searched refs:hiresFix (Results 1 – 6 of 6) sorted by relevance
/dports/devel/sdl12/SDL-1.2.15/src/video/gapi/ |
H A D | SDL_gapivideo.h | 123 char hiresFix; /* using hires mode without defining hires resource */ member
|
H A D | SDL_gapivideo.c | 394 gapi->hiresFix = 0; in FillStructs() 437 gapi->hiresFix = 0; in FillStructs() 701 gapi->hiresFix = 0; in GAPI_SetVideoMode() 706 gapi->hiresFix = 1; in GAPI_SetVideoMode() 818 printf("hi-res fix: %d\n", gapi->hiresFix); in GAPI_SetVideoMode()
|
/dports/games/ioquake3/ioquake3-1.36/misc/ |
H A D | sdl-win32-fixes.diff | 105 - GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &x, &y); 152 - GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &x, &y); 268 + GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &mouse.x, &mouse.y);
|
/dports/games/ioquake3-server/ioquake3-1.36/misc/ |
H A D | sdl-win32-fixes.diff | 105 - GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &x, &y); 152 - GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &x, &y); 268 + GapiTransform(this->hidden->userOrientation, this->hidden->hiresFix, &mouse.x, &mouse.y);
|
/dports/devel/sdl12/SDL-1.2.15/src/video/wincommon/ |
H A D | SDL_sysevents.c | 450 this->hidden->hiresFix, &x, &y); in WinMessage()
|
/dports/devel/sdl12/SDL-1.2.15/src/video/windib/ |
H A D | SDL_dibevents.c | 93 if(gapiInfo->hiresFix) in GapiTransform()
|