all repos — openbox @ 9c5e87069ef306828226bd7e162c7de0dc65df80

openbox fork - make it a bit more like ryudo

don't do this stuff when it's already done. save bandwidth.
Dana Jansens danakj@orodu.net
commit

9c5e87069ef306828226bd7e162c7de0dc65df80

parent

6194c9796c22affe9ac3ee712f3fee4b67a7fe36

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

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

@@ -160,6 +160,9 @@

ob_debug_type(OB_DEBUG_FOCUS, "focus_set_client 0x%lx\n", client ? client->window : 0); + if (focus_client == client) + return; + /* uninstall the old colormap, and install the new one */ screen_install_colormap(focus_client, FALSE); screen_install_colormap(client, TRUE);