From 1bf9de380991206d4afa104cd31c567583f288c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 05:19:19 +0000 Subject: refactor all the session stuff. yay, it works properly now. make sessions save the desktop being displayed. can we get rid of config_firstdesk now? refactor startup a bit. focus the window that was focused when we were restarted. have clients properly restore their session state. add undecorated to the saved session state for clients. --- openbox/debug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/debug.c') diff --git a/openbox/debug.c b/openbox/debug.c index 3a765dc5..0fceba48 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -64,6 +64,9 @@ void ob_debug_type(ObDebugType type, const gchar *a, ...) case OB_DEBUG_APP_BUGS: fprintf(stderr, "APPLICATION BUG: "); break; + case OB_DEBUG_SM: + fprintf(stderr, "SESSION: "); + break; default: g_assert_not_reached(); } -- cgit v1.2.3