008-07-10 Matthew Allum <mallum@openedhand.com>

* clutter/cogl/gles/cogl-fbo.c:
        * clutter/cogl/gles/cogl-texture.c:
        Fix warnings with eglnative build
This commit is contained in:
Matthew Allum
2008-07-10 16:19:09 +00:00
parent 8ec5effcf6
commit 34329a1ffb
3 changed files with 8 additions and 50 deletions

View File

@@ -180,6 +180,8 @@ cogl_draw_buffer (CoglBufferTarget target, CoglHandle offscreen)
/* Draw to all channels */
GE( glColorMask (GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE) );
break;
default:
break;
}