summaryrefslogtreecommitdiff
path: root/src/actions.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-16 21:11:39 +0000
committerDana Jansens <danakj@orodu.net>2003-03-16 21:11:39 +0000
commitf8a47de5ec444c452093371e3db16857eb39a490 (patch)
tree31db2567842d98232775f9980f7a8d2586c0ac71 /src/actions.cc
parent8ba0586bcbdc7fe9648f1063812126d71a041670 (diff)
merge the C branch into HEAD
Diffstat (limited to 'src/actions.cc')
-rw-r--r--src/actions.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions.cc b/src/actions.cc
index c629006a..36b4f111 100644
--- a/src/actions.cc
+++ b/src/actions.cc
@@ -290,8 +290,8 @@ void Actions::motionHandler(const XMotionEvent &e)
// compress changes to a window into a single change
XEvent ce;
while (XCheckTypedWindowEvent(**otk::display, e.window, e.type, &ce)) {
- x_root = e.x_root;
- y_root = e.y_root;
+ x_root = ce.x_root;
+ y_root = ce.y_root;
}
int screen;