From c018e212200dfece62b49c6ed385d379eb4e45e9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 12 Mar 2007 05:25:34 +0000 Subject: 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. --- openbox/focus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus.h') 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 */ -- cgit v1.2.3