summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-08 18:28:31 +0000
committerDana Jansens <danakj@orodu.net>2003-10-08 18:28:31 +0000
commitfe3e73f1902cdf4f5173e7e40b48daff5ebd684f (patch)
treed25e4415d727cd7bd9addbe4660097cd4ec2f6c6 /openbox/focus.h
parent440b862204e92ca0703d68d0f7f7d72bdef7d702 (diff)
add a focus_hilite variable
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 090af72b..f60ff61a 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -28,6 +28,10 @@ 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 ersolved to match
+*/
+extern struct _ObClient *focus_hilite;
/*! The client which appears focused during a focus cycle operation */
extern struct _ObClient *focus_cycle_target;