From 1a94524b084ccf7026e03f325d86bd6058ff99b1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 25 Aug 2003 15:28:32 +0000 Subject: [PATCH] make --disable-session-management work i think --- openbox/session.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbox/session.c b/openbox/session.c index 9deb9dfb..ed49d150 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -5,10 +5,14 @@ #include "session.h" #include "client.h" +GList *session_saved_state; + void session_load(char *path) {} void session_startup(int argc, char **argv) {} void session_shutdown() {} ObSessionState* session_state_find(ObClient *c) { return NULL; } +gboolean session_state_cmp(ObSessionState *s, struct _ObClient *c) +{ return FALSE; } void session_state_free(ObSessionState *state) {} #else -- 2.39.2