]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
use the grab_server function
[chaz/openbox] / openbox / focus.c
index df29b7b89cc720a39f7b4bfc6ae98cbfbe97f470..cfc3485e25734121cec6e0fb919557165ca94c80 100644 (file)
@@ -33,10 +33,6 @@ void focus_set_client(Client *client)
 {
     Window active;
     Client *old;
-     
-    /* sometimes this is called with the already-focused window, this is
-       important for the python scripts to work (eg, c = 0 twice). don't just
-       return if _focused_client == c */
 
     /* uninstall the old colormap, and install the new one */
     screen_install_colormap(focus_client, FALSE);
This page took 0.023776 seconds and 4 git commands to generate.