In events.s in the function __handle_cr_on_client there is an ifdef EXPERIMENTAL_ANTI_RACE_CONDITION_CODE with the comment
        /* 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

Reply via email to