diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:54:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:54:44 +0000 |
| commit | 1d6c07c24be25b2de4d36dfb0cc6e5f2d3518bf8 (patch) | |
| tree | b42c0818ec9df188816ebff015e8709fecbc4864 /openbox/focus.h | |
| parent | 3bee91aaf9c9893fb4a516432ad195a117baf1ce (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.h | 2 |
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, |
