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.h | |
| 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.h')
| -rw-r--r-- | openbox/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/debug.h b/openbox/debug.h index a38ae75b..3c6bedf5 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -28,6 +28,7 @@ void ob_debug(const gchar *a, ...); typedef enum { OB_DEBUG_FOCUS, OB_DEBUG_APP_BUGS, + OB_DEBUG_SM, OB_DEBUG_TYPE_NUM } ObDebugType; |
