summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-23 03:07:50 +0000
committerDana Jansens <danakj@orodu.net>2007-05-23 03:07:50 +0000
commit6f6ab8c442b1626a1cd28868900a00fe4bf8cb08 (patch)
tree0e6aa6093ca161e1de23c6ecc1bc1589f6e94295 /openbox/screen.h
parent3b8bcd3e3a5ccb94c8d0c832c671f1f845f2ce76 (diff)
save and restore the desktop number/layout/names in the session.
also fix a segfault in some debug prints, printing ints as strings!
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index bd96ab20..b40776df 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -41,13 +41,13 @@ extern Window screen_support_win;
/*! The last time at which the user changed desktops */
extern Time screen_desktop_user_time;
-typedef struct DesktopLayout {
+typedef struct ObDesktopLayout {
ObOrientation orientation;
ObCorner start_corner;
guint rows;
guint columns;
-} DesktopLayout;
-extern DesktopLayout screen_desktop_layout;
+} ObDesktopLayout;
+extern ObDesktopLayout screen_desktop_layout;
/*! An array of gchar*'s which are desktop names in UTF-8 format */
extern gchar **screen_desktop_names;