make --disable-session-management work i think
This commit is contained in:
parent
dcb5a38fdb
commit
1a94524b08
1 changed files with 4 additions and 0 deletions
|
@ -5,10 +5,14 @@
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
|
||||||
|
GList *session_saved_state;
|
||||||
|
|
||||||
void session_load(char *path) {}
|
void session_load(char *path) {}
|
||||||
void session_startup(int argc, char **argv) {}
|
void session_startup(int argc, char **argv) {}
|
||||||
void session_shutdown() {}
|
void session_shutdown() {}
|
||||||
ObSessionState* session_state_find(ObClient *c) { return NULL; }
|
ObSessionState* session_state_find(ObClient *c) { return NULL; }
|
||||||
|
gboolean session_state_cmp(ObSessionState *s, struct _ObClient *c)
|
||||||
|
{ return FALSE; }
|
||||||
void session_state_free(ObSessionState *state) {}
|
void session_state_free(ObSessionState *state) {}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue