all repos — openbox @ b7964c3baed86920bbf6791c0a4fb1cb78935f57

openbox fork - make it a bit more like ryudo

fix compiling without session manager support
Mikael Magnusson mikachu@comhem.se
commit

b7964c3baed86920bbf6791c0a4fb1cb78935f57

parent

86b809df8a5e6c3c65faaaeadcd6e0d196a74040

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/session.copenbox/session.c

@@ -26,7 +26,7 @@

GList *session_saved_state; void session_startup(gint argc, gchar **argv) {} -void session_shutdown() {} +void session_shutdown(gboolean permanent) {} GList* session_state_find(ObClient *c) { return NULL; } gboolean session_state_cmp(ObSessionState *s, ObClient *c) { return FALSE; } void session_state_free(ObSessionState *state) {}