X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.hh;h=a4bfb05b2ce3fce6f130230d0ecd4b5bcd48ce61;hb=916b58f99c332f4710574bf7726aba344943c73f;hp=0a26264c896d0948772a0a551a239caf59587a08;hpb=42fbb46a7fbb09bb7ee4d2a159be1a04dbcbe0d4;p=chaz%2Fopenbox diff --git a/otk/property.hh b/otk/property.hh index 0a26264c..a4bfb05b 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -121,6 +121,10 @@ struct Atoms { Atom net_wm_state_above; Atom net_wm_state_below; + Atom net_wm_state_add; + Atom net_wm_state_remove; + Atom net_wm_state_toggle; + Atom kde_net_system_tray_windows; Atom kde_net_wm_system_tray_window_for; Atom kde_net_wm_window_type_override; @@ -132,6 +136,7 @@ struct Atoms { Atom openbox_premax; Atom openbox_active_window; + Atom openbox_restack_window; };