backends: Linux FB: Fix div by zero.
commitbb3d38ce1cc2b6877b7bc70344a91a01fcbfdbb5
authorCyril Hrubis <metan@ucw.cz>
Fri, 14 Jun 2013 17:37:50 +0000 (14 19:37 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 14 Jun 2013 17:37:50 +0000 (14 19:37 +0200)
tree09992f6ce95c108e17b78ee802a7851c84dc6cac
parent050cbfbf2c0d6aec3c941a20c6ea16d467a72751
backends: Linux FB: Fix div by zero.

This backend wasn't converted to the new InputQueue().
(The GP_EventQueueInit() was not added)

Which caused div by zero in put_event() in InputQueue code.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
libs/backends/GP_LinuxFB.c