X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=5e3b36e255bae28af48dc5448ae18133d0dbe938;hb=32390c6b6dceeb72e4e4ceb0e79ba4d8c8ede9a3;hp=044098fc9a5836e30aaa2970a75eaef39fb460df;hpb=2b2beddc7447197d12fcbcae96772e1f38eef138;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 044098fc..5e3b36e2 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -487,10 +487,12 @@ void screen_install_colormap(Client *client, gboolean install) } else { if (XGetWindowAttributes(ob_display, client->window, &wa) && wa.colormap != None) { + xerror_set_ignore(TRUE); if (install) XInstallColormap(ob_display, wa.colormap); else XUninstallColormap(ob_display, wa.colormap); + xerror_set_ignore(FALSE); } } }