From e75ad73c0f8cf1a327a57284bcb4c2cc261d279f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 Jul 2003 08:08:56 +0000 Subject: [PATCH] declare functions that are needed when built without session support --- openbox/session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/session.c b/openbox/session.c index 6e4c07d2..e259cf30 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -5,6 +5,8 @@ void session_load(char *path) {} void session_startup(int argc, char **argv) {} void session_shutdown() {} +ObSessionState* session_state_find(struct _ObClient *c) { return NULL; } +void session_state_free(ObSessionState *state) {} #else -- 2.44.0