all repos — openbox @ d7d54e9b892ce8ce23994720d34aa29fd47b8fd8

openbox fork - make it a bit more like ryudo

The colormap is being set twice when moving focus to the root window
Dana Jansens danakj@orodu.net
commit

d7d54e9b892ce8ce23994720d34aa29fd47b8fd8

parent

5b20b3fc7fbfc76ce36f33e98c8a0467fa204ec5

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

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

@@ -184,12 +184,6 @@ }

void focus_nothing(void) { - /* Install our own colormap */ - if (focus_client != NULL) { - screen_install_colormap(focus_client, FALSE); - screen_install_colormap(NULL, TRUE); - } - /* nothing is focused, update the colormap and _the root property_ */ focus_set_client(NULL);