Search
lxdream.org :: lxdream/src/maple/mouse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/mouse.c
changeset 1072:d82e04e6d497
prev1034:7044e01148f0
author nkeynes
date Tue Jul 21 20:33:21 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Heavy configuration management refactor
- Configuration groups now take both an on_change event handler and a
default keybinding handler, making most keybinding tasks quite simple
- GUI configuration all merged into a unified model, drastically reducing
the amount of GUI config code.

Bonuses
- OSX now has a hotkey preference pane
- GTK keybinding editor is much more usable
file annotate diff log raw
1.1 --- a/src/maple/mouse.c Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/src/maple/mouse.c Tue Jul 21 20:33:21 2009 +1000
1.3 @@ -60,7 +60,7 @@
1.4 static struct mouse_device base_mouse = {
1.5 { MAPLE_DEVICE_TAG, &mouse_class,
1.6 MOUSE_IDENT, MOUSE_VERSION,
1.7 - NULL, NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.8 + NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.9 mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL, NULL, NULL, NULL },
1.10 0, {0,0,0,0,0,0,0,0},
1.11 };
.