diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-17 05:43:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-17 05:43:41 +0000 |
| commit | 12d4c8666c9475f254783fd33d1eb2b47f32e030 (patch) | |
| tree | b1ab6ed168bc9f2b984721311211cf94164836b0 /openbox/prop.h | |
| parent | 7e8cdf1ab756376032c379661933fd5d15f8901a (diff) | |
add support for net_moveresize_window and net_wm_moveresize
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index 2ed9f559..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; |
