From 755ec08aa36cbd635a841fe8c374b9b751c20213 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 4 Sep 2003 01:52:15 +0000 Subject: 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. --- openbox/session.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/session.h') 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); -- cgit v1.2.3