Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 1296:30ecee61f811
prev1100:50e702af9373
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/syscall.h Mon Feb 15 17:27:14 2010 +1000
1.2 +++ b/src/syscall.h Sun May 24 19:46:06 2015 +1000
1.3 @@ -20,7 +20,7 @@
1.4 #define lxdream_syscall_H 1
1.5
1.6 #include <stdint.h>
1.7 -#include <glib/gtypes.h>
1.8 +#include <glib.h>
1.9
1.10 #ifdef __cplusplus
1.11 extern "C" {
.