summaryrefslogtreecommitdiff
path: root/opengl/libagl/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libagl/context.h')
-rw-r--r--opengl/libagl/context.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/opengl/libagl/context.h b/opengl/libagl/context.h
index d23f43568e..18ef7d5716 100644
--- a/opengl/libagl/context.h
+++ b/opengl/libagl/context.h
@@ -26,7 +26,8 @@
#endif
#include <private/pixelflinger/ggl_context.h>
-#include <hardware/gralloc.h>
+
+#include <system/window.h>
#include <GLES/gl.h>
#include <GLES/glext.h>
@@ -615,7 +616,7 @@ struct ogles_context_t {
culling_t cull;
lighting_t lighting;
user_clip_planes_t clipPlanes;
- compute_iterators_t lerp; __attribute__((aligned(32)));
+ compute_iterators_t lerp __attribute__((aligned(32)));
vertex_t current;
vec4_t currentColorClamped;
vec3_t currentNormal;