summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-09-24 22:11:22 +0200
committerBenjamin Otte <otte@redhat.com>2021-09-24 22:11:57 +0200
commitd61c71c3780e06cdc13599aa3a334f3124bab276 (patch)
treebd7cccb828feb7e827491d110c3fff5c0a09a5b8
parent7a82e9f557dc8cf65ccb4875c8f501c4d8c43a3e (diff)
downloadgtk+-d61c71c3780e06cdc13599aa3a334f3124bab276.tar.gz
macos: Actually set the vfuncs
-rw-r--r--gdk/macos/gdkmacosglcontext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/macos/gdkmacosglcontext.c b/gdk/macos/gdkmacosglcontext.c
index e959f0e30f..cc0b5fab15 100644
--- a/gdk/macos/gdkmacosglcontext.c
+++ b/gdk/macos/gdkmacosglcontext.c
@@ -514,6 +514,8 @@ gdk_macos_gl_context_class_init (GdkMacosGLContextClass *klass)
draw_context_class->surface_resized = gdk_macos_gl_context_surface_resized;
gl_class->get_damage = gdk_macos_gl_context_get_damage;
+ gl_class->clear_current = gdk_macos_gl_context_clear_current;
+ gl_class->make_current = gdk_macos_gl_context_make_current;
gl_class->realize = gdk_macos_gl_context_real_realize;
gl_class->backend_type = GDK_GL_CGL;