summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/XserverDesktop.h
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-08-28 12:00:32 +0000
committerAdam Tkac <atkac@redhat.com>2009-08-28 12:00:32 +0000
commitf009446c65002758860c366b83c2339c35ee579e (patch)
treeead7f5a88873fa5d6032861a014cee371f1b6dbc /unix/xserver/hw/vnc/XserverDesktop.h
parentf55ca173278c2ac09283b548a897cf82885bc6a9 (diff)
downloadtigervnc-f009446c65002758860c366b83c2339c35ee579e.tar.gz
tigervnc-f009446c65002758860c366b83c2339c35ee579e.zip
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between X.Org branches.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3883 3789f03b-4d11-0410-bbf8-ca57d06f2519
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>