all repos — openbox @ c11a7c3ce1b5ad56d43db977ed44f60dfb56ab45

openbox fork - make it a bit more like ryudo

Pass TRUE instead of FALSE to do what the comment says.
Mikael Magnusson mikachu@comhem.se
commit

c11a7c3ce1b5ad56d43db977ed44f60dfb56ab45

parent

04bf68c2acab42a5d0922d99daffee749d800690

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1607,7 +1607,7 @@

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; }