7032104 Unable to start vncserver - Assertion failed
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 29 Mar 2011 18:50:33 -0700
changeset 1103 cd782ec1154c
parent 1102 c58349d96908
child 1104 ad9538bd01b6
7032104 Unable to start vncserver - Assertion failed
open-src/xserver/xvnc/port-to-1.9.patch
--- a/open-src/xserver/xvnc/port-to-1.9.patch	Tue Mar 29 08:33:35 2011 +0900
+++ b/open-src/xserver/xvnc/port-to-1.9.patch	Tue Mar 29 18:50:33 2011 -0700
@@ -50,8 +50,8 @@
 +#if XORG >= 19
 +static DevPrivateKeyRec vncHooksScreenPrivateKeyRec;
 +#define vncHooksScreenPrivateKey (&vncHooksScreenPrivateKeyRec)
-+static DevPrivateKeyRec vncHooksGCPrivateKey;
-+#define vncHooksGCPrivateKey (&vncHooksScreenPrivateKeyRec)
++static DevPrivateKeyRec vncHooksGCPrivateKeyRec;
++#define vncHooksGCPrivateKey (&vncHooksGCPrivateKeyRec)
 +#elif XORG == 15
  static DevPrivateKey vncHooksScreenPrivateKey = &vncHooksScreenPrivateKey;
  static DevPrivateKey vncHooksGCPrivateKey = &vncHooksGCPrivateKey;