From a5428a4ca3d97e7c072ec85ceb9b1a32942cfaff Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 2 May 2009 23:41:09 +0000 Subject: [PATCH] no idea why this flag is required, but doing like others do... SVN revision: 40493 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c index 81d24c88fa..67f3cbef14 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c @@ -1923,6 +1923,7 @@ _ecore_x_event_handle_randr_notify(XEvent *xevent) { const XRRNotifyEvent *randr_event; + _ecore_x_last_event_mouse_move = 0; randr_event = (const XRRNotifyEvent *)xevent; switch (randr_event->subtype) {