Search
lxdream.org :: lxdream/src/maple/mouse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/mouse.c
changeset 770:429ff505c450
prev736:a02d1475ccfd
next838:9abb2fa58934
author nkeynes
date Mon Aug 04 06:00:11 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix x86-64 bugs (only visible on OS X)
file annotate diff log raw
1.1 --- a/src/maple/mouse.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/maple/mouse.c Mon Aug 04 06:00:11 2008 +0000
1.3 @@ -58,7 +58,7 @@
1.4
1.5 static struct mouse_device base_mouse = {
1.6 { MAPLE_DEVICE_TAG, &mouse_class, MOUSE_IDENT, MOUSE_VERSION,
1.7 - NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.8 + NULL, NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.9 mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL },
1.10 0, {0,0,0,0,0,0,0,0},
1.11 };
.