]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.c
oooops RECT_SET_POINT was broken
[chaz/openbox] / openbox / session.c
index 9deb9dfb2e7fcf380caf0bda281bfc1eb0621862..1343c85f2012878986cd00fb7143668672de504a 100644 (file)
@@ -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
This page took 0.021832 seconds and 4 git commands to generate.