File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1650,7 +1650,7 @@ static void mkghandles(Ghandles * g)
16501650
16511651 g -> xserver_listen_fd = -1 ;
16521652 g -> xserver_fd = -1 ;
1653- wait_for_unix_socket (g ); // wait for Xorg qubes_drv to connect to us
1653+ wait_for_unix_socket (g ); // wait for Xorg qubes_drv to connect to us
16541654 do {
16551655 g -> display = XOpenDisplay (NULL );
16561656 if (!g -> display && errno != EAGAIN ) {
@@ -1661,8 +1661,8 @@ static void mkghandles(Ghandles * g)
16611661 if (g -> log_level > 0 )
16621662 fprintf (stderr ,
16631663 "Connection to local X server established.\n" );
1664- g -> screen = DefaultScreen (g -> display ); /* get CRT id number */
1665- g -> root_win = RootWindow (g -> display , g -> screen ); /* get default attributes */
1664+ g -> screen = DefaultScreen (g -> display ); /* get CRT id number */
1665+ g -> root_win = RootWindow (g -> display , g -> screen ); /* get default attributes */
16661666 g -> context = XCreateGC (g -> display , g -> root_win , 0 , NULL );
16671667 g -> stub_win = XCreateSimpleWindow (g -> display , g -> root_win ,
16681668 0 , 0 , 1 , 1 ,
You can’t perform that action at this time.
0 commit comments