Search
lxdream.org :: lxdream/src/drivers/video_egl.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_egl.h
changeset 1287:dac8f363f1fe
prev1245:01e0020adf88
next1296:30ecee61f811
author nkeynes
date Sun Jul 01 13:20:34 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Add support for Nokia N900
- Generic support for EGL with GTK
- Workaround for nokia bug with egl config
Based on patch from guinux, thanks!
file annotate diff log raw
1.1 --- a/src/drivers/video_egl.h Fri Mar 02 23:49:10 2012 +1000
1.2 +++ b/src/drivers/video_egl.h Sun Jul 01 13:20:34 2012 +1000
1.3 @@ -28,6 +28,10 @@
1.4
1.5 #include <EGL/egl.h>
1.6
1.7 +gboolean video_egl_init();
1.8 +gboolean video_egl_init_context(EGLNativeWindowType window, int format);
1.9 +gboolean video_egl_init_driver(display_driver_t driver);
1.10 +void video_egl_shutdown();
1.11 gboolean video_egl_set_window(EGLNativeWindowType window, int width, int height, int format);
1.12 void video_egl_clear_window();
1.13
.