Revision: 5080
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=5080&view=rev
Author:   ossman_
Date:     2013-04-12 12:24:32 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
Another attempt at supporting older Xorg versions.

Modified Paths:
--------------
    trunk/unix/xserver/hw/vnc/InputXKB.cc

Modified: trunk/unix/xserver/hw/vnc/InputXKB.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-04-11 13:50:32 UTC (rev 
5079)
+++ trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-04-12 12:24:32 UTC (rev 
5080)
@@ -43,7 +43,8 @@
 }
 
 #if XORG < 19
-static DevPrivateKey vncXkbScreenPrivateKey = &vncXkbScreenPrivateKey;
+static int vncXkbScreenPrivateKeyIndex;
+static DevPrivateKey vncXkbScreenPrivateKey = &vncXkbScreenPrivateKeyIndex;
 #else
 static DevPrivateKeyRec vncXkbPrivateKeyRec;
 #define vncXkbScreenPrivateKey (&vncXkbPrivateKeyRec)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to