open-src/xserver/xvnc/0001-LoadExtensionList.patch
changeset 1665 d048e72d9d75
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/xserver/xvnc/0001-LoadExtensionList.patch	Tue Oct 04 12:37:42 2016 -0700
@@ -0,0 +1,16 @@
+--- 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 */
+