summaryrefslogtreecommitdiff
path: root/cogl/cogl-display-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-display-private.h')
-rw-r--r--cogl/cogl-display-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cogl/cogl-display-private.h b/cogl/cogl-display-private.h
index 1bda21de..964dfb67 100644
--- a/cogl/cogl-display-private.h
+++ b/cogl/cogl-display-private.h
@@ -26,6 +26,7 @@
#define __COGL_DISPLAY_PRIVATE_H
#include "cogl-object-private.h"
+#include "cogl-display.h"
#include "cogl-renderer.h"
#include "cogl-onscreen-template.h"
@@ -37,6 +38,10 @@ struct _CoglDisplay
CoglRenderer *renderer;
CoglOnscreenTemplate *onscreen_template;
+#ifdef COGL_HAS_EGL_PLATFORM_GDL_SUPPORT
+ struct gdl_plane *gdl_plane;
+#endif
+
void *winsys;
};