From 6f6ab8c442b1626a1cd28868900a00fe4bf8cb08 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 23 May 2007 03:07:50 +0000 Subject: save and restore the desktop number/layout/names in the session. also fix a segfault in some debug prints, printing ints as strings! --- openbox/screen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox/screen.h') 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; -- cgit v1.2.3