Home
last modified time | relevance | path

Searched refs:hiresFix (Results 1 – 6 of 6) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h123 char hiresFix; /* using hires mode without defining hires resource */ member
H A DSDL_gapivideo.c394 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 Dsdl-win32-fixes.diff105 - 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 Dsdl-win32-fixes.diff105 - 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 DSDL_sysevents.c450 this->hidden->hiresFix, &x, &y); in WinMessage()
/dports/devel/sdl12/SDL-1.2.15/src/video/windib/
H A DSDL_dibevents.c93 if(gapiInfo->hiresFix) in GapiTransform()