diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-06 05:19:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-06 05:19:19 +0000 |
| commit | 1bf9de380991206d4afa104cd31c567583f288c2 (patch) | |
| tree | 4324eaf88c9e11e276557dd72e4c570c29860c99 /openbox/debug.c | |
| parent | a6aaabe62c3651169dda9a1a34bcec64dad4ee92 (diff) | |
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.
Diffstat (limited to 'openbox/debug.c')
| -rw-r--r-- | openbox/debug.c | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |
