#include <rw_win.h>
Public Attributes | |
HINSTANCE | hInstance |
void * | wndproc |
HDC | hDC |
HWND | hWnd |
HDC | hdcDIBSection |
HBITMAP | hDIBSection |
unsigned char * | pDIBBase |
HPALETTE | hPal |
HPALETTE | hpalOld |
COLORREF | oldsyscolors [20] |
HINSTANCE | hinstDDRAW |
LPDIRECTDRAW | lpDirectDraw |
LPDIRECTDRAWSURFACE | lpddsFrontBuffer |
LPDIRECTDRAWSURFACE | lpddsBackBuffer |
LPDIRECTDRAWSURFACE | lpddsOffScreenBuffer |
LPDIRECTDRAWPALETTE | lpddpPalette |
qboolean | palettized |
qboolean | modex |
qboolean | initializing |
HDC swwstate_t::hDC |
Definition at line 30 of file rw_win.h.
Referenced by DIB_Init(), DIB_RestoreSystemColors(), DIB_SetPalette(), DIB_Shutdown(), and SWimp_EndFrame().
HDC swwstate_t::hdcDIBSection |
Definition at line 33 of file rw_win.h.
Referenced by DIB_Init(), DIB_SetPalette(), DIB_Shutdown(), and SWimp_EndFrame().
HBITMAP swwstate_t::hDIBSection |
Definition at line 34 of file rw_win.h.
Referenced by DIB_Init(), and DIB_Shutdown().
HINSTANCE swwstate_t::hInstance |
Definition at line 28 of file rw_win.h.
Referenced by SWimp_Init(), SWimp_Shutdown(), and VID_CreateWindow().
HINSTANCE swwstate_t::hinstDDRAW |
Definition at line 41 of file rw_win.h.
Referenced by DDRAW_Init(), and DDRAW_Shutdown().
HPALETTE swwstate_t::hPal |
Definition at line 37 of file rw_win.h.
Referenced by DIB_SetPalette(), and DIB_Shutdown().
HPALETTE swwstate_t::hpalOld |
Definition at line 38 of file rw_win.h.
Referenced by DIB_SetPalette(), and DIB_Shutdown().
HWND swwstate_t::hWnd |
Definition at line 31 of file rw_win.h.
Referenced by DDRAW_Init(), DDRAW_Shutdown(), DIB_Init(), DIB_Shutdown(), SWimp_AppActivate(), SWimp_SetMode(), SWimp_Shutdown(), and VID_CreateWindow().
qboolean swwstate_t::initializing |
Definition at line 52 of file rw_win.h.
Referenced by SWimp_AppActivate(), and SWimp_SetMode().
LPDIRECTDRAWPALETTE swwstate_t::lpddpPalette |
Definition at line 47 of file rw_win.h.
Referenced by DDRAW_Init(), DDRAW_SetPalette(), and DDRAW_Shutdown().
LPDIRECTDRAWSURFACE swwstate_t::lpddsBackBuffer |
Definition at line 45 of file rw_win.h.
Referenced by DDRAW_Init(), and DDRAW_Shutdown().
LPDIRECTDRAWSURFACE swwstate_t::lpddsFrontBuffer |
Definition at line 44 of file rw_win.h.
Referenced by DDRAW_Init(), and DDRAW_Shutdown().
LPDIRECTDRAWSURFACE swwstate_t::lpddsOffScreenBuffer |
Definition at line 46 of file rw_win.h.
Referenced by DDRAW_Init(), and DDRAW_Shutdown().
LPDIRECTDRAW swwstate_t::lpDirectDraw |
Definition at line 42 of file rw_win.h.
Referenced by DDRAW_Init(), and DDRAW_Shutdown().
qboolean swwstate_t::modex |
Definition at line 50 of file rw_win.h.
Referenced by DDRAW_Init().
qboolean swwstate_t::palettized |
Definition at line 49 of file rw_win.h.
Referenced by DDRAW_Init(), DIB_Init(), DIB_SetPalette(), DIB_Shutdown(), and SWimp_EndFrame().
unsigned char* swwstate_t::pDIBBase |
Definition at line 35 of file rw_win.h.
Referenced by DIB_Init(), and DIB_Shutdown().
void* swwstate_t::wndproc |
Definition at line 29 of file rw_win.h.
Referenced by SWimp_Init(), and VID_CreateWindow().