]> source.dussan.org Git - tigervnc.git/commitdiff
Re-init VNC extension on server reset
authorPierre Ossman <ossman@cendio.se>
Mon, 14 Jul 2014 11:20:24 +0000 (13:20 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 14 Jul 2014 11:20:24 +0000 (13:20 +0200)
fc23895 blocked out a bit too much code when trying to make
libvnc handle server resets. Even though configuration should
only be handled once, the underlying VNC extension needs to
be reinitilised as the X core has removed all extensions on
reset.

unix/xserver/hw/vnc/xf86vncModule.cc

index 58964ccfe38e6f79b6ffd73fe7b4fe7cff7272ef..bb666ef29dd3eb78a601cce205c731e4499393a3 100644 (file)
@@ -112,9 +112,9 @@ static void vncExtensionInitWithParams(INITARGS)
           i.param->setParam(val);
       }
     }
-
-    vncExtensionInit();
   }
+
+  vncExtensionInit();
 }
 }