[cogl/wip/virtual-framebuffer: 35/37] fix: matrix-stack: Avoid referencing the default CoglContext



commit ac74aed3e9c7e51f1bbdc770e5f2b66d1b290918
Author: Robert Bragg <robert linux intel com>
Date:   Tue Nov 22 22:25:28 2011 +0000

    fix: matrix-stack: Avoid referencing the default CoglContext

 cogl/cogl-matrix-stack.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h
index 0feb930..e16125a 100644
--- a/cogl/cogl-matrix-stack.h
+++ b/cogl/cogl-matrix-stack.h
@@ -30,6 +30,7 @@
 #define __COGL_MATRIX_STACK_H
 
 #include "cogl-matrix.h"
+#include "cogl-context.h"
 
 typedef struct _CoglMatrixStack CoglMatrixStack;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]