X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fsession.h;h=8cfcb8e71b3c68458d979811145b3daae50dc8c9;hp=e2307a6f420e5faf72b95065f16ff5d48dfb648f;hb=HEAD;hpb=4d098217301086d5ab142d6c4184f01d18c8b329 diff --git a/openbox/session.h b/openbox/session.h index e2307a6f..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; }; @@ -55,4 +56,6 @@ GList* session_state_find(struct _ObClient *c); void session_request_logout(gboolean silent); +gboolean session_connected(void); + #endif