X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=06ad14370075e75c75eebc990b11bc55e1d89582;hb=122d55fbadea0409fbc902a1740e1c8ff3aecd88;hp=8fad09f68ec1eb0b9f8ef699c0e79d7813ee4568;hpb=3175986d3ae670a9023fc464a0311c278973873e;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 8fad09f6..06ad1437 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -49,6 +49,7 @@ typedef struct Atoms { /* root window messages */ Atom net_close_window; Atom net_wm_moveresize; + Atom net_moveresize_window; /* application window properties */ Atom net_wm_name; Atom net_wm_visible_name; @@ -73,11 +74,17 @@ typedef struct Atoms { Atom net_wm_window_type_dialog; Atom net_wm_window_type_normal; - Atom net_wm_moveresize_size_topleft; + Atom net_wm_moveresize_size_topleft; + Atom net_wm_moveresize_size_top; Atom net_wm_moveresize_size_topright; - Atom net_wm_moveresize_size_bottomleft; + Atom net_wm_moveresize_size_right; Atom net_wm_moveresize_size_bottomright; + Atom net_wm_moveresize_size_bottom; + Atom net_wm_moveresize_size_bottomleft; + Atom net_wm_moveresize_size_left; Atom net_wm_moveresize_move; + Atom net_wm_moveresize_size_keyboard; + Atom net_wm_moveresize_move_keyboard; Atom net_wm_action_move; Atom net_wm_action_resize;