mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Update for 0.51.0
This commit is contained in:
@@ -187,7 +187,7 @@ wTextureDestroy(WScreen *scr, WTexture *texture)
|
||||
* to do reference counting for colors. */
|
||||
XSync(dpy,0);
|
||||
oldhandler = XSetErrorHandler(dummyErrorHandler);
|
||||
XFreeColors(dpy, scr->colormap, colors, count, 0);
|
||||
XFreeColors(dpy, scr->w_colormap, colors, count, 0);
|
||||
XSync(dpy,0);
|
||||
XSetErrorHandler(oldhandler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user