winex11.drv: As the min keycode is always greater or equal to 8, we
authorEric Pouech <eric.pouech@wanadoo.fr>
Sun, 22 Oct 2006 19:48:07 +0000 (21:48 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Oct 2006 09:31:55 +0000 (11:31 +0200)
commit54ac76a387142ee1f0003bffc1f3efd053db84cf
treeff5b7feb09066f8ff3a9231f53b1b1d75c5b7a03
parentd1b2282a9bf001342537be1e5d4765823c0b9a6d
winex11.drv: As the min keycode is always greater or equal to 8, we
don't need to scan XKeymapEvent.key_vector from 0 but from 8.
dlls/winex11.drv/keyboard.c