Go to the source code of this file.
◆ WINDOW_CLASS_NAME
#define WINDOW_CLASS_NAME "Quake 2" |
◆ SWimp_AppActivate()
◆ SWimp_EndFrame()
◆ SWimp_Init()
◆ SWimp_InitGraphics()
◆ SWimp_SetMode()
◆ SWimp_SetPalette()
void SWimp_SetPalette |
( |
const unsigned char * |
palette | ) |
|
◆ SWimp_Shutdown()
◆ Sys_MakeCodeWriteable()
void Sys_MakeCodeWriteable |
( |
unsigned long |
startaddr, |
|
|
unsigned long |
length |
|
) |
| |
Definition at line 322 of file rw_imp.c.
326 if (!VirtualProtect((LPVOID)startaddr, length, PAGE_READWRITE, &flOldProtect))
Referenced by D_Patch(), and R_Init().
◆ Sys_SetFPCW()
◆ VID_CreateWindow()
Definition at line 45 of file rw_imp.c.
58 exstyle = WS_EX_TOPMOST;
69 wc.hCursor = LoadCursor (
NULL,IDC_ARROW);
70 wc.hbrBackground = (
void *)COLOR_GRAYTEXT;
74 if (!RegisterClass (&wc) )
82 AdjustWindowRect (&
r, stylebits,
FALSE);
Referenced by SWimp_InitGraphics().
◆ sww_state
Definition at line 38 of file rw_imp.c.
Referenced by DDRAW_Init(), DDRAW_SetPalette(), DDRAW_Shutdown(), DIB_Init(), DIB_RestoreSystemColors(), DIB_SetPalette(), DIB_Shutdown(), SWimp_AppActivate(), SWimp_EndFrame(), SWimp_Init(), SWimp_SetMode(), SWimp_Shutdown(), and VID_CreateWindow().