mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
remove conditional compilation for request ids
This commit is contained in:
@@ -75,22 +75,14 @@
|
||||
|
||||
#define REQID_HWSURFACE 0x0013
|
||||
|
||||
#ifdef _MGHAVE_CLIPBOARD
|
||||
#define REQID_CLIPBOARD 0x0014
|
||||
#endif
|
||||
|
||||
#ifdef _MGGAL_MLSHADOW
|
||||
#define REQID_MLSHADOW_CLIREQ 0x0015
|
||||
#endif
|
||||
|
||||
#define REQID_ZORDERMASKRECTOP 0x0016
|
||||
|
||||
#ifdef _MGGAL_NEXUS
|
||||
#define REQID_NEXUS_CLIENT_GET_SURFACE 0x0017
|
||||
#endif
|
||||
#ifdef _MGGAL_SIGMA8654
|
||||
#define REQID_SIGMA8654_CLIENT_GET_SURFACE 0x0018
|
||||
#endif
|
||||
|
||||
#define REQID_GETIMEPOS 0x0019
|
||||
#define REQID_SETIMEPOS 0x001A
|
||||
|
||||
Reference in New Issue
Block a user