reactos/reactos/subsys/win32k/include/guicheck.h
Thomas Bluemel a2b32fbcd6 serialize gui switching and switching the focus message queue
svn path=/trunk/; revision=10419
2004-08-08 17:57:34 +00:00

15 lines
316 B
C

#ifndef _WIN32K_GUICHECK_H
#define _WIN32K_GUICHECK_H
#include <windows.h>
#include <ddk/ntddk.h>
BOOL FASTCALL IntGraphicsCheck(BOOL Create);
BOOL FASTCALL IntCreatePrimarySurface();
VOID FASTCALL IntDestroyPrimarySurface();
NTSTATUS FASTCALL InitGuiCheckImpl (VOID);
#endif /* _WIN32K_GUICHECK_H */
/* EOF */