X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=be7a042d16ee5171562e82fab0744e03899e6531;hb=b8fded742abad3c43c708ee935f5b58237170a01;hp=9bd4f206e90a900611191b01fbcad2ec06a45358;hpb=568ca95bc222b1c694fbd77ce417fd04630846ae;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 9bd4f206..be7a042d 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -44,7 +44,8 @@ void focus_set_client(struct _ObClient *client); void focus_nothing(); /*! Call this when you need to focus something! */ -struct _ObClient* focus_fallback(gboolean allow_refocus); +struct _ObClient* focus_fallback(gboolean allow_refocus, + gboolean allow_pointer); /*! Add a new client into the focus order */ void focus_order_add_new(struct _ObClient *c);