summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index 970cde34..bedc2e6d 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -38,6 +38,8 @@ extern guint screen_last_desktop;
extern gboolean screen_showing_desktop;
/*! The support window also used for focus and stacking */
extern Window screen_support_win;
+/*! The last time at which the user changed desktops */
+extern Time screen_desktop_user_time;
typedef struct DesktopLayout {
ObOrientation orientation;