Search
lxdream.org :: lxdream/src/maple/mouse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/mouse.c
changeset 669:ab344e42bca9
prev634:b7d5592495e9
next736:a02d1475ccfd
author nkeynes
date Tue Jul 08 12:29:53 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fixup out-of-tree builds to work properly, mostly fix dist target
file annotate diff log raw
1.1 --- a/src/maple/mouse.c Wed Feb 13 09:16:29 2008 +0000
1.2 +++ b/src/maple/mouse.c Tue Jul 08 12:29:53 2008 +0000
1.3 @@ -18,6 +18,7 @@
1.4 #include <stdlib.h>
1.5 #include <stdio.h>
1.6 #include <string.h>
1.7 +#include "display.h"
1.8 #include "maple/maple.h"
1.9
1.10 #define MOUSE_IDENT { 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,\
.