/* Merge all pending ConfigureRequests for the window into a single
* event. However, we can not do this if the window uses the motion
* method autodetection because the merged event might confuse the
* detection code. */
but the if statement following seems to do the opposite:
if (ea && CR_MOTION_METHOD(fw) == CR_MOTION_METHOD_AUTO)is this a bug? /Viktor
