diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-04 01:52:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-04 01:52:15 +0000 |
| commit | 755ec08aa36cbd635a841fe8c374b9b751c20213 (patch) | |
| tree | f1c3549915141df433bc289ebecf9a464305aa5b /openbox/session.h | |
| parent | bb44e8d047b662db15ef8d181cb925e1135d326d (diff) | |
move session code out of openbox.c all into session.c
remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
Diffstat (limited to 'openbox/session.h')
| -rw-r--r-- | openbox/session.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/session.h b/openbox/session.h index 6a7d40c7..67570611 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -20,8 +20,7 @@ struct _ObSessionState { extern GList *session_saved_state; -void session_load(char *path); -void session_startup(int argc, char **argv); +void session_startup(int *argc, char ***argv); void session_shutdown(); GList* session_state_find(struct _ObClient *c); |
