X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=090af72bf1a179eed3f84ea97608cc74b534193b;hb=6611c30854e96f73feaafcef7ee3d4e38a799bfc;hp=7c67f6cb202a8d7bd0e26f354b9684657c290e3e;hpb=242dc35a36b0056029adb4b702ed0b7ffe12feae;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 7c67f6cb..090af72b 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -47,6 +47,8 @@ typedef enum { OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */ } ObFocusFallbackType; +struct _ObClient* focus_fallback_target(ObFocusFallbackType type); + /*! Call this when you need to focus something! */ void focus_fallback(ObFocusFallbackType type);