From e7d6648f4618ec9fb44aa218d6965e1d613718c2 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 20 Apr 2018 17:04:36 +0200 Subject: gdk: Remove gdk_gl_context_get_damage() Remove it only form public API, because we still use the vfunc to figure out the damage area in begin_frame(). --- gdk/gdkglcontext.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdk/gdkglcontext.h') diff --git a/gdk/gdkglcontext.h b/gdk/gdkglcontext.h index 45d4f3d58a..83585fbe25 100644 --- a/gdk/gdkglcontext.h +++ b/gdk/gdkglcontext.h @@ -82,8 +82,6 @@ gboolean gdk_gl_context_get_use_es (GdkGLContext * GDK_AVAILABLE_IN_ALL gboolean gdk_gl_context_realize (GdkGLContext *context, GError **error); -GDK_AVAILABLE_IN_ALL -cairo_region_t * gdk_gl_context_get_damage (GdkGLContext *context); GDK_AVAILABLE_IN_ALL void gdk_gl_context_make_current (GdkGLContext *context); -- cgit v1.2.1