vkQuake2 doxygen  1.0 dev
swwstate_t Struct Reference

#include <rw_win.h>

Public Attributes

HINSTANCE hInstance
 
voidwndproc
 
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
 

Detailed Description

Definition at line 26 of file rw_win.h.

Member Data Documentation

◆ hDC

HDC swwstate_t::hDC

◆ hdcDIBSection

HDC swwstate_t::hdcDIBSection

Definition at line 33 of file rw_win.h.

Referenced by DIB_Init(), DIB_SetPalette(), DIB_Shutdown(), and SWimp_EndFrame().

◆ hDIBSection

HBITMAP swwstate_t::hDIBSection

Definition at line 34 of file rw_win.h.

Referenced by DIB_Init(), and DIB_Shutdown().

◆ hInstance

HINSTANCE swwstate_t::hInstance

Definition at line 28 of file rw_win.h.

Referenced by SWimp_Init(), SWimp_Shutdown(), and VID_CreateWindow().

◆ hinstDDRAW

HINSTANCE swwstate_t::hinstDDRAW

Definition at line 41 of file rw_win.h.

Referenced by DDRAW_Init(), and DDRAW_Shutdown().

◆ hPal

HPALETTE swwstate_t::hPal

Definition at line 37 of file rw_win.h.

Referenced by DIB_SetPalette(), and DIB_Shutdown().

◆ hpalOld

HPALETTE swwstate_t::hpalOld

Definition at line 38 of file rw_win.h.

Referenced by DIB_SetPalette(), and DIB_Shutdown().

◆ hWnd

HWND swwstate_t::hWnd

◆ initializing

qboolean swwstate_t::initializing

Definition at line 52 of file rw_win.h.

Referenced by SWimp_AppActivate(), and SWimp_SetMode().

◆ lpddpPalette

LPDIRECTDRAWPALETTE swwstate_t::lpddpPalette

Definition at line 47 of file rw_win.h.

Referenced by DDRAW_Init(), DDRAW_SetPalette(), and DDRAW_Shutdown().

◆ lpddsBackBuffer

LPDIRECTDRAWSURFACE swwstate_t::lpddsBackBuffer

Definition at line 45 of file rw_win.h.

Referenced by DDRAW_Init(), and DDRAW_Shutdown().

◆ lpddsFrontBuffer

LPDIRECTDRAWSURFACE swwstate_t::lpddsFrontBuffer

Definition at line 44 of file rw_win.h.

Referenced by DDRAW_Init(), and DDRAW_Shutdown().

◆ lpddsOffScreenBuffer

LPDIRECTDRAWSURFACE swwstate_t::lpddsOffScreenBuffer

Definition at line 46 of file rw_win.h.

Referenced by DDRAW_Init(), and DDRAW_Shutdown().

◆ lpDirectDraw

LPDIRECTDRAW swwstate_t::lpDirectDraw

Definition at line 42 of file rw_win.h.

Referenced by DDRAW_Init(), and DDRAW_Shutdown().

◆ modex

qboolean swwstate_t::modex

Definition at line 50 of file rw_win.h.

Referenced by DDRAW_Init().

◆ oldsyscolors

COLORREF swwstate_t::oldsyscolors[20]

Definition at line 39 of file rw_win.h.

◆ palettized

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().

◆ pDIBBase

unsigned char* swwstate_t::pDIBBase

Definition at line 35 of file rw_win.h.

Referenced by DIB_Init(), and DIB_Shutdown().

◆ wndproc

void* swwstate_t::wndproc

Definition at line 29 of file rw_win.h.

Referenced by SWimp_Init(), and VID_CreateWindow().