summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-12 05:25:34 +0000
committerDana Jansens <danakj@orodu.net>2007-03-12 05:25:34 +0000
commitc018e212200dfece62b49c6ed385d379eb4e45e9 (patch)
tree671ce461ff859aa32594be2e79937c12e7e1ea84 /openbox/focus.h
parent310ea89e0ebb53e27550440960305ffc446ae8ce (diff)
i rewrote handling of focus events. this is pretty much based on blackbox's current form, as well as reading the xlib programming manual at:
http://tronche.com/gui/x/xlib/events/input-focus/normal-and-grabbed.html this may break for people. that'd be nice to hear about, so it can be fixed. but hopefully this is more robust. it sure is a lot more simple.
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 1c95faa0..ab13fc5e 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -30,7 +30,7 @@ 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
+ real focus, but this is used to track it so that it can be resolved to match
*/
extern struct _ObClient *focus_hilite;
/*! The client which appears focused during a focus cycle operation */