forked from AuroraMiddleware/gtk
<raster@redhat.com>
<raster@redhat.com> fixed motiong drag to remove lag - ie no lagging of icons behind mouse when doing DND. :)
This commit is contained in:
parent
c5327ecc31
commit
59436967d5
@ -2030,6 +2030,7 @@ gdk_event_translate (GdkEvent *event,
|
||||
case MotionNotify:
|
||||
/* Print debugging info.
|
||||
*/
|
||||
while (XCheckTypedEvent(xevent->xmotion.display,xevent->type,xevent));
|
||||
GDK_NOTE (EVENTS,
|
||||
g_print ("motion notify:\t\twindow: %ld x,y: %d %d hint: %s d:%d r%d\n",
|
||||
xevent->xmotion.window - base_id,
|
||||
|
@ -2030,6 +2030,7 @@ gdk_event_translate (GdkEvent *event,
|
||||
case MotionNotify:
|
||||
/* Print debugging info.
|
||||
*/
|
||||
while (XCheckTypedEvent(xevent->xmotion.display,xevent->type,xevent));
|
||||
GDK_NOTE (EVENTS,
|
||||
g_print ("motion notify:\t\twindow: %ld x,y: %d %d hint: %s d:%d r%d\n",
|
||||
xevent->xmotion.window - base_id,
|
||||
|
Loading…
Reference in New Issue
Block a user