diff options
Diffstat (limited to 'otk/property.hh')
| -rw-r--r-- | otk/property.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/property.hh b/otk/property.hh index 1e379448..9ff30887 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -99,9 +99,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; |
