X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.cc;h=36b4f111acb72ddf7133115ce61411c7cede0c0d;hb=74c683ee5fb232d7fe9f517b21ffd9ee50872dce;hp=c629006aeedd5f8ef9b47851c811a5e26cd1cd49;hpb=feaf3ac4e5847d27e3747b09e7443915afa97b0b;p=chaz%2Fopenbox 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;