From f5948217266c7279b9c7a65c7af321c609d9ef6b Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 18 Aug 2007 15:53:03 +0000 Subject: [PATCH] adding few mixing DDHALINFO_ISPRIMARYDISPLAY, DDHALINFO_MODEXILLEGAL svn path=/trunk/; revision=28402 --- reactos/include/ddk/ddrawint.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/ddrawint.h b/reactos/include/ddk/ddrawint.h index 5c8bc6c8262..e2c871dd08b 100644 --- a/reactos/include/ddk/ddrawint.h +++ b/reactos/include/ddk/ddrawint.h @@ -1432,8 +1432,10 @@ typedef struct DD_KERNELCALLBACKS #define DDHAL_D3DBUFCB32_LOCKD3DBUF DDHAL_EXEBUFCB32_LOCKEXEBUF #define DDHAL_D3DBUFCB32_UNLOCKD3DBUF DDHAL_EXEBUFCB32_UNLOCKEXEBUF -#define DDHALINFO_GETDRIVERINFOSET 0x00000004l -#define DDHALINFO_GETDRIVERINFO2 0x00000008l +#define DDHALINFO_ISPRIMARYDISPLAY 0x00000001 +#define DDHALINFO_MODEXILLEGAL 0x00000002 +#define DDHALINFO_GETDRIVERINFOSET 0x00000004 +#define DDHALINFO_GETDRIVERINFO2 0x00000008 #define DDRAWIVPORT_ON 0x00000001 #define DDRAWIVPORT_SOFTWARE_AUTOFLIP 0x00000002