diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-11 05:00:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-11 05:00:56 +0000 |
| commit | aaabb13c0a1c41b6b20ea75df707671569fb08ab (patch) | |
| tree | 04a455069ce1b2be860e09d7e51258e8eba621e8 /openbox/prop.h | |
| parent | 19b480058e869a588ea20be5e29017ae2052e967 (diff) | |
add _NET_WM_FULL_PLACEMENT, cuz openbox does do placement, even tho it can be sucky right now, lol. but it's good for dialogs and stuff, which is what this is talking about.
also add _NET_WM_MOVERESIZE_CANCEL.
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index 1931cb65..08aa83bb 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -56,7 +56,9 @@ typedef struct Atoms { Atom sm_client_id; /* NETWM atoms */ - + + Atom net_wm_full_placement; + /* root window properties */ Atom net_supported; Atom net_client_list; @@ -118,6 +120,7 @@ typedef struct Atoms { Atom net_wm_moveresize_move; Atom net_wm_moveresize_size_keyboard; Atom net_wm_moveresize_move_keyboard; + Atom net_wm_moveresize_cancel; Atom net_wm_action_move; Atom net_wm_action_resize; |
