all repos — openbox @ e75ad73c0f8cf1a327a57284bcb4c2cc261d279f

openbox fork - make it a bit more like ryudo

declare functions that are needed when built without session support
Dana Jansens danakj@orodu.net
commit

e75ad73c0f8cf1a327a57284bcb4c2cc261d279f

parent

d9cc4f65221ff3a77218ea7527f82d17810c8a2e

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/session.copenbox/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