diff options
Diffstat (limited to 'openbox/session.h')
| -rw-r--r-- | openbox/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/session.h b/openbox/session.h index c3146337..75198caf 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -39,7 +39,7 @@ struct _ObSessionState { extern GList *session_saved_state; void session_startup(gint argc, gchar **argv); -void session_shutdown(); +void session_shutdown(gboolean permanent); GList* session_state_find(struct _ObClient *c); gboolean session_state_cmp(ObSessionState *s, struct _ObClient *c); |
