mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
added option to disable switchpanel
fixed some bugs
This commit is contained in:
@@ -557,6 +557,7 @@ parseTexture(RContext *rc, char *text)
|
||||
case 'C':
|
||||
{
|
||||
Pixmap tpixmap = XCreatePixmap( dpy, root, scrWidth, scrHeight, DefaultDepth(dpy, scr));
|
||||
XSetForeground(dpy, DefaultGC(dpy, scr), color.pixel);
|
||||
XFillRectangle(dpy, tpixmap, DefaultGC(dpy, scr), 0, 0, scrWidth, scrHeight);
|
||||
|
||||
texture->pixmap = tpixmap;
|
||||
|
||||
Reference in New Issue
Block a user