18 #ifndef __GDI_COMMON_H 19 #define __GDI_COMMON_H struct gdi_texture gdi_texture_t
unsigned video_width
Definition: gdi_common.h:33
void * data
Definition: gdi_common.h:49
Definition: gdi_common.h:41
unsigned video_height
Definition: gdi_common.h:34
const gfx_ctx_driver_t * ctx_driver
Definition: gdi_common.h:38
unsigned screen_height
Definition: gdi_common.h:36
Definition: gdi_common.h:23
WNDCLASSEX wndclass
Definition: gdi_common.h:26
unsigned screen_width
Definition: gdi_common.h:35
HBITMAP bmp
Definition: gdi_common.h:31
Definition: video_driver.h:513
texture_filter_type
Definition: video_defines.h:24
HBITMAP bmp_old
Definition: gdi_common.h:51
int active_height
Definition: gdi_common.h:46
void * ctx_data
Definition: gdi_common.h:37
int height
Definition: gdi_common.h:44
HBITMAP bmp_old
Definition: gdi_common.h:32
HDC winDC
Definition: gdi_common.h:28
HBITMAP bmp
Definition: gdi_common.h:50
int active_width
Definition: gdi_common.h:45
int width
Definition: gdi_common.h:43
enum texture_filter_type type
Definition: gdi_common.h:48
HDC memDC
Definition: gdi_common.h:29
HDC texDC
Definition: gdi_common.h:30