diff options
Diffstat (limited to 'gdk/gdkglcontextprivate.h')
-rw-r--r-- | gdk/gdkglcontextprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkglcontextprivate.h b/gdk/gdkglcontextprivate.h index 4efface088..f282539cfd 100644 --- a/gdk/gdkglcontextprivate.h +++ b/gdk/gdkglcontextprivate.h @@ -40,6 +40,9 @@ struct _GdkGLContextClass { GObjectClass parent_class; + gboolean (* realize) (GdkGLContext *context, + GError **error); + void (* end_frame) (GdkGLContext *context, cairo_region_t *painted, cairo_region_t *damage); |