X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fsession.c;h=f6314dd2d62462ae8637f586f7432ae2ace558e8;hb=bfd20c7a847cb70038381d06a0cbe7d003069d28;hp=2ad31ee613b09027809ea00f3f614fb6acc19426;hpb=860020c1e1b62a0aa9297745f24870b822edba42;p=chaz%2Fopenbox diff --git a/openbox/session.c b/openbox/session.c index 2ad31ee6..f6314dd2 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -2,10 +2,13 @@ #ifndef USE_SM +#include "session.h" +#include "client.h" + void session_load(char *path) {} void session_startup(int argc, char **argv) {} void session_shutdown() {} -ObSessionState* session_state_find(struct _ObClient *c) { return NULL; } +ObSessionState* session_state_find(ObClient *c) { return NULL; } void session_state_free(ObSessionState *state) {} #else