X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=be63433868bbb0572f36fb6041a2e980ff51478f;hb=d3ecb7c127edc6fd16059f786818bde71b9540a7;hp=1c8cb1575efec7f64a46ba50a1318a91d9dd7404;hpb=a7f65a818c48e272aa9c8c49f2339b46b794078e;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,