[PATCH 1/1] evdev: Wait for SYN event before sending events over to the client

Bill Spitzak spitzak at gmail.com
Sat Mar 2 12:15:15 PST 2013


On 02/22/2013 10:56 AM, Singh, Satyeshwar wrote:

> +          if (!device->pending_events || !(device->pending_events &
> EVDEV_SYN))

This is the same as:

       if (!(device->pending_events & EVDEV_SYN))

(ie all the other bits in pending_events are ignored).

is this correct?



More information about the wayland-devel mailing list