X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.hh;h=19cc782b0bfe093ed8f668e8855333de9dad8859;hb=dca8c61a91cab29128a72f252b70f4bd9f7786ff;hp=9ff30887609d29475ce847c356b1d62035e0b1c5;hpb=08a28187c441ec6bd0420c16f8091e28db4bac64;p=chaz%2Fopenbox diff --git a/otk/property.hh b/otk/property.hh index 9ff30887..19cc782b 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -11,11 +11,10 @@ extern "C" { #include - -#include } #include +#include namespace otk { @@ -61,6 +60,8 @@ struct Atoms { Atom net_workarea; Atom net_supporting_wm_check; // Atom net_virtual_roots; + Atom net_desktop_layout; + Atom net_showing_desktop; // root window messages Atom net_close_window; Atom net_wm_moveresize; @@ -123,6 +124,9 @@ struct Atoms { Atom kde_net_system_tray_windows; Atom kde_net_wm_system_tray_window_for; Atom kde_net_wm_window_type_override; + + Atom openbox_premax; + Atom openbox_active_window; };