summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 00:54:44 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 00:54:44 +0000
commit1d6c07c24be25b2de4d36dfb0cc6e5f2d3518bf8 (patch)
treeb42c0818ec9df188816ebff015e8709fecbc4864 /openbox/focus.h
parent3bee91aaf9c9893fb4a516432ad195a117baf1ce (diff)
try catch weird racey corner case where we try fallback to a window but it unmaps as we do so, so focus ends up going to nowhere
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h2
1 files changed, 1 insertions, 1 deletions
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,