diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-17 16:02:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-17 16:02:32 +0000 |
| commit | 4b421dc811d01d7eb0b40edae5513ebdef9da440 (patch) | |
| tree | 0db33c00d7b65289d3d7302affd29adb8bd254b7 /plugins | |
| parent | 95b1cd01669f9867511f9a65ce01e4404e5800b3 (diff) | |
net_WM!@^&(
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/mouse/mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index abfcecae..caf4e554 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -279,7 +279,7 @@ static void event(ObEvent *e, void *foo) guint32 corner; if (!e->data.x.client) - corner = prop_atoms.net_am_moveresize_size_bottomright; + corner = prop_atoms.net_wm_moveresize_size_bottomright; else corner = pick_corner(e->data.x.e->xmotion.x_root, |
