X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=5bfad5727ea2cd3c6c3d52a5d2a0527e8fa43c18;hb=4cd886e5188549ab48a11b70cb40b65efe916b6c;hp=58ff570a192e64582ce086b42234de639482232d;hpb=6a7d4de7899fb90f8b93cb8c7facfc8273b0d1b4;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 58ff570a..5bfad572 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -33,6 +33,9 @@ typedef struct Atoms { Atom wm_window_role; Atom motif_wm_hints; + /* SM atoms */ + Atom sm_client_id; + /* NETWM atoms */ /* root window properties */ @@ -62,6 +65,7 @@ typedef struct Atoms { Atom net_wm_window_type; Atom net_wm_state; Atom net_wm_strut; + Atom net_wm_strut_partial; Atom net_wm_icon; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions;