X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fsession.c;h=1343c85f2012878986cd00fb7143668672de504a;hb=cadab91e522c6426cc79df4f06e7c05232cb0a64;hp=9deb9dfb2e7fcf380caf0bda281bfc1eb0621862;hpb=486c189d0b606b6dce28ff84a472979c67d5dc9c;p=chaz%2Fopenbox diff --git a/openbox/session.c b/openbox/session.c index 9deb9dfb..1343c85f 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -5,10 +5,13 @@ #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; } +GList* session_state_find(ObClient *c) { return NULL; } +gboolean session_state_cmp(ObSessionState *s, ObClient *c) { return FALSE; } void session_state_free(ObSessionState *state) {} #else