open-src/xserver/xvnc/0001-LoadExtensionList.patch
changeset 1665 d048e72d9d75
equal deleted inserted replaced
1664:49393c8f8236 1665:d048e72d9d75
       
     1 --- ba/unix/xserver/hw/vnc/xvnc.cc	2016-10-03 22:04:56.283365605 -0700
       
     2 +++ aa/unix/xserver/hw/vnc/xvnc.cc	2016-10-03 22:06:47.633748568 -0700
       
     3 @@ -1311,9 +1311,13 @@
       
     4  #if XORG >= 113
       
     5  #ifdef GLXEXT
       
     6      if (serverGeneration == 1)
       
     7 +#if XORG >= 116
       
     8 +	LoadExtensionList(&glxExt,1,TRUE);
       
     9 +#else
       
    10          LoadExtension(&glxExt, TRUE);
       
    11  #endif
       
    12  #endif
       
    13 +#endif
       
    14  
       
    15      /* initialize pixmap formats */
       
    16