open-src/xserver/xvnc/0001-LoadExtensionList.patch
author Jay Cotton <Jay.Cotton@Oracle.com>
Tue, 04 Oct 2016 12:37:42 -0700
changeset 1665 d048e72d9d75
permissions -rw-r--r--
24797462 GLX extension is no longer initialized by DIX layer

--- ba/unix/xserver/hw/vnc/xvnc.cc	2016-10-03 22:04:56.283365605 -0700
+++ aa/unix/xserver/hw/vnc/xvnc.cc	2016-10-03 22:06:47.633748568 -0700
@@ -1311,9 +1311,13 @@
 #if XORG >= 113
 #ifdef GLXEXT
     if (serverGeneration == 1)
+#if XORG >= 116
+	LoadExtensionList(&glxExt,1,TRUE);
+#else
         LoadExtension(&glxExt, TRUE);
 #endif
 #endif
+#endif
 
     /* initialize pixmap formats */