summaryrefslogtreecommitdiff
path: root/gsk/gskrenderer.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-23 06:54:03 +0100
committerBenjamin Otte <otte@redhat.com>2016-12-05 15:02:47 +0100
commite42e27304a9e2d43db1f467a3cce10ab2ef20460 (patch)
treef8706b6c4f58286c5efa100638ae3801d663233f /gsk/gskrenderer.h
parent332ed7be5b9a973e58711cb63f80265ad17b95a6 (diff)
downloadgtk+-e42e27304a9e2d43db1f467a3cce10ab2ef20460.tar.gz
gskrenderer: Store the GL context
And use it to create the drawing context with it. Note that this doesn't yet have any effect and is all infrastructure preparation work.
Diffstat (limited to 'gsk/gskrenderer.h')
-rw-r--r--gsk/gskrenderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gsk/gskrenderer.h b/gsk/gskrenderer.h
index 722259f4b9..507beb3049 100644
--- a/gsk/gskrenderer.h
+++ b/gsk/gskrenderer.h
@@ -77,6 +77,8 @@ GskRenderer * gsk_renderer_create_fallback (GskRenderer
cairo_t *cr);
GDK_AVAILABLE_IN_3_90
+GdkGLContext * gsk_renderer_get_gl_context (GskRenderer *renderer);
+GDK_AVAILABLE_IN_3_90
void gsk_renderer_render (GskRenderer *renderer,
GskRenderNode *root,
GdkDrawingContext *context);