CVSROOT:        /cvs
Module name:    src
Changes by:     shadc...@cvs.openbsd.org        2013/10/30 12:00:57

Modified files:
        sys/dev/pckbc  : pms.c 
        sys/dev/wscons : wsmouse.c wsmousevar.h 

Log message:
Fix jagged diagonal lines (kernel part)

Send WSCONS_EVENT_SYNC every time you call wsmouse_input(). Used to synchronize
and separate events into packets of input data changes occurring at the same
moment in time. For example, motion of a mouse may set the DELTA_X and DELTA_Y
values for one motion, then emit a SYNC.

ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting.

Reply via email to