diff options
author | Benjamin Otte <otte@redhat.com> | 2018-04-20 17:04:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-04-24 23:16:58 +0200 |
commit | e7d6648f4618ec9fb44aa218d6965e1d613718c2 (patch) | |
tree | 8c30ea9a2f2fdffd8a872b386c21a0cf635f0124 /gdk/gdkglcontext.h | |
parent | 4d481ecb95d40fca1325e1c66aadf97c1b586cac (diff) | |
download | gtk+-e7d6648f4618ec9fb44aa218d6965e1d613718c2.tar.gz |
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().
Diffstat (limited to 'gdk/gdkglcontext.h')
-rw-r--r-- | gdk/gdkglcontext.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |