main.c
changeset 967 66f17bf2c278
parent 966 3ad7903c9e83
child 968 ce9a5452ac8c
equal deleted inserted replaced
966:3ad7903c9e83 967:66f17bf2c278
   204 	XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter);
   204 	XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter);
   205 	if(!dc.font.set)
   205 	if(!dc.font.set)
   206 		XSetFont(dpy, dc.gc, dc.font.xfont->fid);
   206 		XSetFont(dpy, dc.gc, dc.font.xfont->fid);
   207 	/* multihead support */
   207 	/* multihead support */
   208 	selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
   208 	selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
   209 	loaddwmprops();
   209 	getdwmprops();
   210 }
   210 }
   211 
   211 
   212 /*
   212 /*
   213  * Startup Error handler to check if another window manager
   213  * Startup Error handler to check if another window manager
   214  * is already running.
   214  * is already running.