X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=6a86965a69e762a29970d0ed935a97d4f877a424;hb=fc32577766755a84ac883b4d862fab3c5e681642;hp=8a511cf32e3e7b4fccce328ee884bec6bf4f7527;hpb=cbbf90a718ecc6836ef7a77b9040aebb9da348b8;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 8a511cf3..6a86965a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -17,7 +17,7 @@ extern GList **focus_order; /*! Should new windows be focused */ extern gboolean focus_new; -/*! Should focus follow the mouse pointer */ +/*! Focus windows when the mouse enters them */ extern gboolean focus_follow; void focus_startup(); @@ -30,4 +30,8 @@ void focus_set_client(struct Client *client); /*! Call this when you need to focus something! */ void focus_fallback(gboolean switching_desks); +/*! Cycle focus amongst windows */ +void focus_cycle(gboolean forward, gboolean linear, gboolean done, + gboolean cancel); + #endif