diff options
author | Adam Tkac <atkac@redhat.com> | 2009-08-28 12:00:32 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-08-28 12:00:32 +0000 |
commit | f009446c65002758860c366b83c2339c35ee579e (patch) | |
tree | ead7f5a88873fa5d6032861a014cee371f1b6dbc /unix/xserver/hw/vnc/XserverDesktop.h | |
parent | f55ca173278c2ac09283b548a897cf82885bc6a9 (diff) | |
download | tigervnc-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.h | 4 |
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> |