Blame src/internal/gdi/gdi_system.h

388229
#ifndef GDI_SYSTEM_H
388229
#define GDI_SYSTEM_H
388229
388229
#define GDI_SM_CXSCREEN			0
388229
#define GDI_SM_CYSCREEN			1
388229
#define GDI_SM_CXVSCROLL		2
388229
#define GDI_SM_CYHSCROLL		3
388229
#define GDI_SM_CYCAPTION		4
388229
#define GDI_SM_CXBORDER			5
388229
#define GDI_SM_CYBORDER			6
388229
#define GDI_SM_CXDLGFRAME		7
388229
#define GDI_SM_CXFIXEDFRAME		7
388229
#define GDI_SM_CYDLGFRAME		8
388229
#define GDI_SM_CYFIXEDFRAME		8
388229
#define GDI_SM_CYVTHUMB			9
388229
#define GDI_SM_CXHTHUMB			10
388229
#define GDI_SM_CXICON			11
388229
#define GDI_SM_CYICON			12
388229
#define GDI_SM_CXCURSOR			13
388229
#define GDI_SM_CYCURSOR			14
388229
#define GDI_SM_CYMENU			15
388229
#define GDI_SM_CXFULLSCREEN		16
388229
#define GDI_SM_CYFULLSCREEN		17
388229
#define GDI_SM_CYKANJIWINDOW		18
388229
#define GDI_SM_MOUSEPRESENT		19
388229
#define GDI_SM_CYVSCROLL		20
388229
#define GDI_SM_CXHSCROLL		21
388229
#define GDI_SM_DEBUG			22
388229
#define GDI_SM_SWAPBUTTON		23
388229
#define GDI_SM_RESERVED1		24
388229
#define GDI_SM_RESERVED2		25
388229
#define GDI_SM_RESERVED3		26
388229
#define GDI_SM_RESERVED4		27
388229
#define GDI_SM_CXMIN			28
388229
#define GDI_SM_CYMIN			29
388229
#define GDI_SM_CXSIZE			30
388229
#define GDI_SM_CYSIZE			31
388229
#define GDI_SM_CXSIZEFRAME		32
388229
#define GDI_SM_CXFRAME			32
388229
#define GDI_SM_CYSIZEFRAME		33
388229
#define GDI_SM_CYFRAME			33
388229
#define GDI_SM_CXMINTRACK		34
388229
#define GDI_SM_CYMINTRACK		35
388229
#define GDI_SM_CXDOUBLECLK		36
388229
#define GDI_SM_CYDOUBLECLK		37
388229
#define GDI_SM_CXICONSPACING		38
388229
#define GDI_SM_CYICONSPACING		39
388229
#define GDI_SM_MENUDROPALIGNMENT	40
388229
#define GDI_SM_PENWINDOWS		41
388229
#define GDI_SM_DBCSENABLED		42
388229
#define GDI_SM_CMOUSEBUTTONS		43
388229
#define GDI_SM_SECURE			44
388229
#define GDI_SM_CXEDGE			45
388229
#define GDI_SM_CYEDGE			46
388229
#define GDI_SM_CXMINSPACING		47
388229
#define GDI_SM_CYMINSPACING		48
388229
#define GDI_SM_CXSMICON			49
388229
#define GDI_SM_CYSMICON			50
388229
#define GDI_SM_CYSMCAPTION		51
388229
#define GDI_SM_CXSMSIZE			52
388229
#define GDI_SM_CYSMSIZE			53
388229
#define GDI_SM_CXMENUSIZE		54
388229
#define GDI_SM_CYMENUSIZE		55
388229
#define GDI_SM_ARRANGE			56
388229
#define GDI_SM_CXMINIMIZED		57
388229
#define GDI_SM_CYMINIMIZED		58
388229
#define GDI_SM_CXMAXTRACK		59
388229
#define GDI_SM_CYMAXTRACK		60
388229
#define GDI_SM_CXMAXIMIZED		61
388229
#define GDI_SM_CYMAXIMIZED		62
388229
#define GDI_SM_NETWORK			63
388229
#define GDI_SM_CLEANBOOT		67
388229
#define GDI_SM_CXDRAG			68
388229
#define GDI_SM_CYDRAG			69
388229
#define GDI_SM_SHOWSOUNDS		70
388229
#define GDI_SM_CXMENUCHECK		71
388229
#define GDI_SM_CYMENUCHECK		72
388229
#define GDI_SM_SLOWMACHINE		73
388229
#define GDI_SM_MIDEASTENABLED		74
388229
#define GDI_SM_MOUSEWHEELPRESENT	75
388229
#define GDI_SM_XVIRTUALSCREEN		76
388229
#define GDI_SM_YVIRTUALSCREEN		77
388229
#define GDI_SM_CXVIRTUALSCREEN		78
388229
#define GDI_SM_CYVIRTUALSCREEN		79
388229
#define GDI_SM_CMONITORS		80
388229
#define GDI_SM_SAMEDISPLAYFORMAT	81
388229
#define GDI_SM_IMMENABLED		82
388229
#define GDI_SM_CXFOCUSBORDER		83
388229
#define GDI_SM_CYFOCUSBORDER		84
388229
#define GDI_SM_TABLETPC			86
388229
#define GDI_SM_MEDIACENTER		87
388229
#define GDI_SM_STARTER			88
388229
#define GDI_SM_SERVERR2			89
388229
388229
#endif