]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.c
load menu plugins automatically from whats in the menu file
[chaz/openbox] / openbox / session.c
index 9deb9dfb2e7fcf380caf0bda281bfc1eb0621862..4cf6f1cd36bf5e785ed0f956b19940b17a1896f2 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
@@ -191,8 +194,6 @@ void session_startup(int argc, char **argv)
         g_free(val_uid.value);
 
         save_commands();
-
-        ob_debug("Connected to session manager with id %s\n", ob_sm_id);
     }
 }
 
This page took 0.019786 seconds and 4 git commands to generate.