summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-12 05:44:16 +0000
committerDana Jansens <danakj@orodu.net>2007-03-12 05:44:16 +0000
commit3a33642be4be34d57b355b273461e49549cdf554 (patch)
tree5939286ed526e7c32f01a4ea257675d8d0e3705b /openbox/focus.h
parentc018e212200dfece62b49c6ed385d379eb4e45e9 (diff)
update focus_hilite appropriately for when changing desktops
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index ab13fc5e..81cd5ffe 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -30,7 +30,11 @@ struct _ObClient;
/*! The client which is currently focused */
extern struct _ObClient *focus_client;
/*! The client which is being decorated as focused, not always matching the
- real focus, but this is used to track it so that it can be resolved to match
+ real focus, but this is used to track it so that it can be resolved to match.
+
+ This is for when you change desktops. We know which window is *going to be*
+ focused, so we hilight it. But since it's hilighted, we also want
+ keybindings to go to it, which is really what this is for.
*/
extern struct _ObClient *focus_hilite;
/*! The client which appears focused during a focus cycle operation */