main.c
changeset 339 5c874c619287
parent 333 827f8f6c9e97
child 344 93192711a36a
equal deleted inserted replaced
338:06438e022f9a 339:5c874c619287
   145 
   145 
   146 	dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
   146 	dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
   147 	dc.gc = XCreateGC(dpy, root, 0, 0);
   147 	dc.gc = XCreateGC(dpy, root, 0, 0);
   148 
   148 
   149 	issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
   149 	issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
   150 
       
   151 	strcpy(stext, "dwm-"VERSION);
   150 	strcpy(stext, "dwm-"VERSION);
   152 }
   151 }
   153 
   152 
   154 /*
   153 /*
   155  * Startup Error handler to check if another window manager
   154  * Startup Error handler to check if another window manager