From 6ea740cd0e76ed9da89a872d047342fafd733c32 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Apr 2002 06:58:53 +0000 Subject: load_rc(BScreen *) now uses the obResource class to load its configuration added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order --- src/Screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Screen.h') diff --git a/src/Screen.h b/src/Screen.h index d49668f9..1bf2a8cd 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -290,7 +290,7 @@ public: #ifdef HAVE_STRFTIME inline char *getStrftimeFormat(void) { return resource.strftime_format; } - void saveStrftimeFormat(char *); + void saveStrftimeFormat(const char *); #else // !HAVE_STRFTIME inline int getDateFormat(void) { return resource.date_format; } inline void saveDateFormat(int f) { resource.date_format = f; } @@ -308,7 +308,7 @@ public: int removeLastWorkspace(void); void removeWorkspaceNames(void); - void addWorkspaceName(char *); + void addWorkspaceName(const char *); void addNetizen(Netizen *); void removeNetizen(Window); void addIcon(OpenboxWindow *); -- cgit v1.2.3