X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fsession.h;h=8cfcb8e71b3c68458d979811145b3daae50dc8c9;hp=b4ce6d917a156c775c02ce72f832fcec0cf8a3eb;hb=HEAD;hpb=6f6ab8c442b1626a1cd28868900a00fe4bf8cb08 diff --git a/openbox/session.h b/openbox/session.h index b4ce6d91..8cfcb8e7 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -34,6 +34,7 @@ struct _ObSessionState { gboolean shaded, iconic, skip_pager, skip_taskbar, fullscreen; gboolean above, below, max_horz, max_vert, undecorated; gboolean focused; + guint8 opacity; gboolean matched; }; @@ -53,4 +54,8 @@ void session_shutdown(gboolean permanent); GList* session_state_find(struct _ObClient *c); +void session_request_logout(gboolean silent); + +gboolean session_connected(void); + #endif