Merge remote-tracking branch 'bnf/fixes'

This commit is contained in:
Kristian Høgsberg
2011-03-18 00:15:25 -04:00
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -96,6 +96,7 @@ init_egl(struct display *display)
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_ALPHA_SIZE, 1,
EGL_DEPTH_SIZE, 1,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_NONE