From f8a47de5ec444c452093371e3db16857eb39a490 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 21:11:39 +0000 Subject: merge the C branch into HEAD --- src/actions.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/actions.cc') 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; -- cgit v1.2.3