Search
lxdream.org :: lxdream/src/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui.h
changeset 1296:30ecee61f811
prev1041:5fcc39857c5c
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/gui.h Fri Jun 26 05:47:04 2009 +0000
1.2 +++ b/src/gui.h Sun May 24 19:46:06 2015 +1000
1.3 @@ -19,7 +19,7 @@
1.4 #ifndef lxdream_gui_H
1.5 #define lxdream_gui_H
1.6
1.7 -#include <glib/gtypes.h>
1.8 +#include <glib.h>
1.9
1.10 #ifdef __cplusplus
1.11 extern "C" {
.