Search
lxdream.org :: lxdream/src/maple/kbd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/kbd.c
changeset 1224:7762a347ca33
prev1072:d82e04e6d497
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/maple/kbd.c Tue Jul 21 20:33:21 2009 +1000
1.2 +++ b/src/maple/kbd.c Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -18,7 +18,6 @@
1.4 */
1.5
1.6 #include <stdlib.h>
1.7 -#include <X11/keysym.h>
1.8 #include "dream.h"
1.9 #include "dreamcast.h"
1.10 #include "display.h"
.