X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=419aa512b91ee4e3c05017393b2ad3b349721e33;hb=d3a01a40f35cb3ae6c5ad8329291e86e2e599691;hp=464fe26dea1dd6fcfeec45fff68c31abfc2319db;hpb=bbad88aa21f01a70faf824cbb2825bd7f9d95253;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 464fe26d..419aa512 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -53,7 +53,9 @@ typedef struct Atoms { Atom wm_client_machine; Atom wm_command; Atom wm_client_leader; + Atom wm_transient_for; Atom motif_wm_hints; + Atom motif_wm_info; /* SM atoms */ Atom sm_client_id; @@ -86,6 +88,10 @@ typedef struct Atoms { Atom net_wm_bottomright; Atom net_wm_bottomleft; + /* types that we use but don't support */ + + Atom net_wm_window_type_popup_menu; + /* Everything below here must go in net_supported on the root window */ /* root window properties */ @@ -196,6 +202,9 @@ typedef struct Atoms { Atom ob_theme; Atom ob_config_file; Atom ob_control; + Atom ob_role; + Atom ob_name; + Atom ob_class; } Atoms; extern Atoms prop_atoms;