Search
lxdream.org :: lxdream/src/drivers/input_lirc.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/input_lirc.c
changeset 1296:30ecee61f811
prev1075:1a21750d300c
author nkeynes
date Sun May 24 19:46:06 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Remove static from gl_load_frame_buffer() - also needed by video_egl.c
Fix error location in gl_frame_buffer_to_tex
file annotate diff log raw
1.1 --- a/src/drivers/input_lirc.c Fri Jul 31 13:45:32 2009 +1000
1.2 +++ b/src/drivers/input_lirc.c Sun May 24 19:46:06 2015 +1000
1.3 @@ -28,7 +28,6 @@
1.4 #include <dirent.h>
1.5 #include <ctype.h>
1.6
1.7 -#include <glib/giochannel.h>
1.8 #include <glib.h>
1.9
1.10 #include <lirc/lirc_client.h>
.