Browse Source

Re-init VNC extension on server reset

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.
tags/v1.3.90
Pierre Ossman 10 years ago
parent
commit
6a0edf58a8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      unix/xserver/hw/vnc/xf86vncModule.cc

+ 2
- 2
unix/xserver/hw/vnc/xf86vncModule.cc View File

@@ -112,9 +112,9 @@ static void vncExtensionInitWithParams(INITARGS)
i.param->setParam(val);
}
}

vncExtensionInit();
}

vncExtensionInit();
}
}


Loading…
Cancel
Save