summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/XserverDesktop.h')
-rw-r--r--unix/xserver/hw/vnc/XserverDesktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/XserverDesktop.h b/unix/xserver/hw/vnc/XserverDesktop.h
index 6777f092..b394d16f 100644
--- a/unix/xserver/hw/vnc/XserverDesktop.h
+++ b/unix/xserver/hw/vnc/XserverDesktop.h
@@ -29,10 +29,10 @@
#if XORG_VERSION_CURRENT < \
((1 * 10000000) + (5 * 100000) + (99 * 1000))
/* Xorg 1.5 branch */
-#define XORG_15
+#define XORG 15
#else
/* Xorg 1.6 branch */
-#define XORG_16
+#define XORG 16
#endif
#include <rfb/SDesktop.h>