summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 4f37b728..80ce3a38 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -69,6 +69,7 @@ gboolean focus_valid_target(struct _ObClient *ft,
gboolean iconic_windows,
gboolean all_desktops,
gboolean dock_windows,
- gboolean desktop_windows);
+ gboolean desktop_windows,
+ gboolean user_request);
#endif