From 837f2987fd93b230ebf02f274fc60d8ec59cd970 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sun, 22 Mar 2020 13:09:42 +0800 Subject: [PATCH] remove conditional compilation for request ids --- src/include/client.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/include/client.h b/src/include/client.h index 39a85e60..4e764a12 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -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