X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=4d63f058ff5b551f92566c645982669473c44f98;hb=c11a7c3ce1b5ad56d43db977ed44f60dfb56ab45;hp=26b8dc699974de93cc19bfa351a423fc44800226;hpb=04bf68c2acab42a5d0922d99daffee749d800690;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 26b8dc69..4d63f058 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1607,7 +1607,7 @@ void client_update_colormap(ObClient *self, Colormap colormap) if (client_focused(self)) { screen_install_colormap(self, FALSE); /* uninstall old one */ self->colormap = colormap; - screen_install_colormap(self, FALSE); /* install new one */ + screen_install_colormap(self, TRUE); /* install new one */ } else self->colormap = colormap; }