all repos — openbox @ 04c6d45ac06966201740bad9db50cb4ccc5a04ef

openbox fork - make it a bit more like ryudo

use SmSaveGlobal to log out.  this will make apps save their documents or whatever so that you don't lose things, but it won't take a snapshot of the current session
Dana Jansens danakj@orodu.net
commit

04c6d45ac06966201740bad9db50cb4ccc5a04ef

parent

3c7636afb1fa554e5f8c456664da1dc2e09eed45

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/session.copenbox/session.c

@@ -809,7 +809,7 @@ void session_request_logout(gboolean silent)

{ if (sm_conn) { SmcRequestSaveYourself(sm_conn, - SmSaveBoth, + SmSaveGlobal, TRUE, /* logout */ (silent ? SmInteractStyleNone : SmInteractStyleAny),