X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.hh;h=0a26264c896d0948772a0a551a239caf59587a08;hb=42fbb46a7fbb09bb7ee4d2a159be1a04dbcbe0d4;hp=1e3794481c026632819da646cbf6c3847e48d36d;hpb=d8aff44a6a639de83ba8f0957f9f9f17f2a05532;p=chaz%2Fopenbox diff --git a/otk/property.hh b/otk/property.hh index 1e379448..0a26264c 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; @@ -75,7 +76,7 @@ struct Atoms { Atom net_wm_state; Atom net_wm_strut; // Atom net_wm_icon_geometry; -// Atom net_wm_icon; + Atom net_wm_icon; // Atom net_wm_pid; // Atom net_wm_handled_icons; Atom net_wm_allowed_actions; @@ -99,9 +100,12 @@ struct Atoms { Atom net_wm_action_move; Atom net_wm_action_resize; + Atom net_wm_action_minimize; Atom net_wm_action_shade; + Atom net_wm_action_stick; Atom net_wm_action_maximize_horz; Atom net_wm_action_maximize_vert; + Atom net_wm_action_fullscreen; Atom net_wm_action_change_desktop; Atom net_wm_action_close; @@ -120,6 +124,14 @@ struct Atoms { Atom kde_net_system_tray_windows; Atom kde_net_wm_system_tray_window_for; Atom kde_net_wm_window_type_override; + + Atom kwm_win_icon; + + Atom rootpmapid; + Atom esetrootid; + + Atom openbox_premax; + Atom openbox_active_window; };