Search
lxdream.org :: lxdream/src/maple/kbd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/kbd.c
changeset 1072:d82e04e6d497
prev1034:7044e01148f0
next1224:7762a347ca33
author nkeynes
date Sun Oct 24 15:22:59 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Eliminate GL_REPLACE tex mode in favour of GL_MODULATE (by setting colour
values to 1.0) - one less case for shaders to care about later
file annotate diff log raw
1.1 --- a/src/maple/kbd.c Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/src/maple/kbd.c Sun Oct 24 15:22:59 2010 +1000
1.3 @@ -57,7 +57,7 @@
1.4 static struct keyboard_device base_keyboard = {
1.5 { MAPLE_DEVICE_TAG, &keyboard_class,
1.6 KEYBOARD_IDENT, KEYBOARD_VERSION,
1.7 - NULL, NULL, keyboard_attach, keyboard_detach, maple_default_destroy,
1.8 + NULL, keyboard_attach, keyboard_detach, maple_default_destroy,
1.9 keyboard_clone, NULL, NULL, keyboard_get_cond, NULL, NULL, NULL,
1.10 NULL, NULL, NULL},
1.11 {0,0,0,0,0,0,0,0},
.