]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
set focus_hilite when switching desktops and hjilitin a window which isnt focused yet
[chaz/openbox] / openbox / focus.c
index cac6fc7959101e8adcadd1e801dc56a96c231129..97dfcd7a3275247b5747d16fe4f45dedc39c68ad 100644 (file)
@@ -35,7 +35,7 @@
 #include <glib.h>
 #include <assert.h>
 
-ObClient *focus_client;
+ObClient *focus_client, *focus_hilite;
 GList **focus_order; /* these lists are created when screen_startup
                         sets the number of desktops */
 ObClient *focus_cycle_target;
This page took 0.021887 seconds and 4 git commands to generate.