summaryrefslogtreecommitdiff
path: root/cogl/cogl-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-display.c')
-rw-r--r--cogl/cogl-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl-display.c b/cogl/cogl-display.c
index aba965f3..5824e231 100644
--- a/cogl/cogl-display.c
+++ b/cogl/cogl-display.c
@@ -44,10 +44,12 @@
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
#include "cogl-wayland-server.h"
#endif
+#include "cogl-gtype-private.h"
static void _cogl_display_free (CoglDisplay *display);
COGL_OBJECT_DEFINE (Display, display);
+COGL_GTYPE_DEFINE_CLASS (Display, display);
static const CoglWinsysVtable *
_cogl_display_get_winsys (CoglDisplay *display)