]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
i rewrote handling of focus events. this is pretty much based on blackbox's current...
[chaz/openbox] / openbox / focus.h
index 2846c9786a60cf7487a5e31d71b260fb692757bc..ab13fc5e04633e27752d8a460c694bfd74b558d5 100644 (file)
@@ -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 */
@@ -53,8 +53,7 @@ typedef enum {
     OB_FOCUS_FALLBACK_NOFOCUS     /*!< nothing has focus for some reason */
 } ObFocusFallbackType;
 
-struct _ObClient* focus_fallback_target(ObFocusFallbackType type,
-                                        struct _ObClient *old);
+struct _ObClient* focus_fallback_target(ObFocusFallbackType type);
 
 /*! Call this when you need to focus something! */
 void focus_fallback(ObFocusFallbackType type);
This page took 0.020632 seconds and 4 git commands to generate.