summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 02:48:39 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 02:48:39 +0000
commitfde5ca09e9ea7ab08b6dc06723f19bad6d03af22 (patch)
tree58e8a107b0a60d7fb87a05afe8f72a451194afdf /openbox/screen.h
parent9389c7e6c80edc216173981a69eda525d6111547 (diff)
when restoring from show-desktop mode because a window is going to be focused, then don't restore focus how it was before showing the desktop.
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index bedc2e6d..558081b5 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -76,7 +76,7 @@ void screen_desktop_popup(guint d, gboolean show);
/*! Shows and focuses the desktop and hides all the client windows, or
returns to the normal state, showing client windows. */
-void screen_show_desktop(gboolean show);
+void screen_show_desktop(gboolean show, gboolean restore_focus);
/*! Updates the desktop layout from the root property if available */
void screen_update_layout();