summaryrefslogtreecommitdiff
path: root/src/Screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-11 06:58:53 +0000
committerDana Jansens <danakj@orodu.net>2002-04-11 06:58:53 +0000
commit6ea740cd0e76ed9da89a872d047342fafd733c32 (patch)
treef89069a459df1bede8a62becbc4ac56346af5dcc /src/Screen.h
parent17ef2638592a4be20fb2b41e045c4ee51196271e (diff)
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
Diffstat (limited to 'src/Screen.h')
-rw-r--r--src/Screen.h4
1 files changed, 2 insertions, 2 deletions
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 *);