fix compiling without session manager support
This commit is contained in:
parent
86b809df8a
commit
b7964c3bae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
GList *session_saved_state;
|
GList *session_saved_state;
|
||||||
|
|
||||||
void session_startup(gint argc, gchar **argv) {}
|
void session_startup(gint argc, gchar **argv) {}
|
||||||
void session_shutdown() {}
|
void session_shutdown(gboolean permanent) {}
|
||||||
GList* 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; }
|
gboolean session_state_cmp(ObSessionState *s, ObClient *c) { return FALSE; }
|
||||||
void session_state_free(ObSessionState *state) {}
|
void session_state_free(ObSessionState *state) {}
|
||||||
|
|
Loading…
Reference in a new issue