X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;fp=openbox%2Ffocus.h;h=be63433868bbb0572f36fb6041a2e980ff51478f;hb=1d6c07c24be25b2de4d36dfb0cc6e5f2d3518bf8;hp=1c8cb1575efec7f64a46ba50a1318a91d9dd7404;hpb=3bee91aaf9c9893fb4a516432ad195a117baf1ce;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 1c8cb157..be634338 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -49,7 +49,7 @@ struct _ObClient* focus_fallback_target(gboolean allow_refocus, struct _ObClient *old); /*! Call this when you need to focus something! */ -void focus_fallback(gboolean allow_refocus); +struct _ObClient* focus_fallback(gboolean allow_refocus); /*! Cycle focus amongst windows. */ void focus_cycle(gboolean forward, gboolean all_desktops,