projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3123cf4
)
omg i found the bug that would make the mouse cursor end up way far from where you...
author
Dana Jansens
<danakj@orodu.net>
Sat, 2 Aug 2003 06:18:53 +0000
(06:18 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 2 Aug 2003 06:18:53 +0000
(06:18 +0000)
plugins/mouse/mouse.c
patch
|
blob
|
history
diff --git
a/plugins/mouse/mouse.c
b/plugins/mouse/mouse.c
index 68c44533a400fd569d3ba7d1f298307a178f547d..913a2e4a2d1887fc9d1c22397bca400974791d6d 100644
(file)
--- a/
plugins/mouse/mouse.c
+++ b/
plugins/mouse/mouse.c
@@
-384,9
+384,7
@@
static void event(ObEvent *e, void *foo)
e->data.x.client->frame->size.top +
e->data.x.client->frame->size.bottom);
fire_motion(MouseAction_Motion, context,
- e->data.x.client, state, button,
- e->data.x.e->xmotion.x_root,
- e->data.x.e->xmotion.y_root, corner);
+ e->data.x.client, state, button, px, py, corner);
button = 0;
state = 0;
}