CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: neo 20020716 16:50:43
Modified files:
inputdrivers/joystick: joystick.c
inputdrivers/linux_input: linux_input.c
inputdrivers/ps2mouse: ps2mouse.c
inputdrivers/serialmouse: serialmouse.c
Log message:
Always set the flags field of the InputEvent before dispatching it.
This is needed since the core modifies it, so we can't reuse the
flags next time we use the event struct.
Also made sure that all inputdrivers either always or never set the
timestamp.
Don't set the DIEF_BUTTONS flag in the linux_input driver, it is set
by the core when the buttons field is calculated by fixup_button_event().
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.