Search
lxdream.org :: lxdream/src/maple/mouse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/mouse.c
changeset 850:28782ebbd01d
prev848:34dc33c05106
next1034:7044e01148f0
author nkeynes
date Mon Feb 09 00:13:46 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Fail cleanly if the display doesn't actually support GLX, rather than crashing horribly
file annotate diff log raw
1.1 --- a/src/maple/mouse.c Sun Sep 07 11:08:10 2008 +0000
1.2 +++ b/src/maple/mouse.c Mon Feb 09 00:13:46 2009 +0000
1.3 @@ -61,7 +61,7 @@
1.4 { MAPLE_DEVICE_TAG, &mouse_class, MAPLE_GRAB_YES,
1.5 MOUSE_IDENT, MOUSE_VERSION,
1.6 NULL, NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.7 - mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL },
1.8 + mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL, NULL, NULL },
1.9 0, {0,0,0,0,0,0,0,0},
1.10 };
1.11
.