]> source.dussan.org Git - tigervnc.git/commit
Open X11 display properly
authorPierre Ossman <ossman@cendio.se>
Tue, 28 May 2019 06:42:16 +0000 (08:42 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 26 May 2020 08:17:08 +0000 (10:17 +0200)
commitb5867e99dc820caca191c1cfc6490356ae810429
treebdd64dbcdd08dc4191ad9d6c04f95c45f34fc5c2
parentab6a67677b01007d661b2062cdabf43d1bd57872
Open X11 display properly

We need to make sure everything happens in the correct order during
startup for the X11 display to open correctly. Primarily it means
we need to parse the arguments and open the display before anything
might make any X11 calls, as we may have a -display argument.
vncviewer/vncviewer.cxx