X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=46c930177e0bccef8743bc5f2b30f2a86576ba32;hb=cd4f325ee7a3a64eb986931a0575e5f1c3c587c3;hp=5ca70470991e941ca22d76b6a02c7ebda48c7fbc;hpb=0be98fee4743c795b06aa23881b82eff5bab3ef6;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 5ca70470..46c93017 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -53,6 +53,7 @@ typedef struct Atoms { Atom wm_client_machine; Atom wm_command; Atom wm_client_leader; + Atom wm_transient_for; Atom motif_wm_hints; /* SM atoms */ @@ -86,6 +87,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 */ @@ -194,6 +199,7 @@ typedef struct Atoms { Atom ob_wm_state_undecorated; Atom openbox_pid; /* this is depreecated in favour of ob_control */ Atom ob_theme; + Atom ob_config_file; Atom ob_control; } Atoms; extern Atoms prop_atoms;