diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-06 08:32:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-06 08:32:03 +0000 |
| commit | 277db2822d79a6000d31b93ec963ae87286d6ade (patch) | |
| tree | d7221420025a7e745145c200bac43ba6b1e01e4c /openbox/session.c | |
| parent | 007e62fa7722cafcd5344976cb4b621931eae3b0 (diff) | |
a bunch of thigns got squashed into this commit.. sorry..
1. soem bug fixes for window stacking
2. clarify some functions behavior with their names
3. add (untested) support for legacy fullscreen apps. i have no idea what they do on a multihead xinerama setup though and if this would help there or need some changes.
Diffstat (limited to 'openbox/session.c')
| -rw-r--r-- | openbox/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/session.c b/openbox/session.c index 124ff8bc..64ed1787 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -358,6 +358,7 @@ static void sm_save_yourself(SmcConn conn, SmPointer data, gint save_type, Bool shutdown, gint interact_style, Bool fast) { ob_debug_type(OB_DEBUG_SM, "Session save requested\n"); + if (!SmcRequestSaveYourselfPhase2(conn, sm_save_yourself_2, data)) { ob_debug_type(OB_DEBUG_SM, "Requst for phase 2 failed\n"); SmcSaveYourselfDone(conn, FALSE); |
