diff options
author | Alexander Larsson <alexl@redhat.com> | 2014-10-27 21:12:40 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2014-10-27 21:17:08 +0100 |
commit | 72a6459d73ed2af6cc032a7fc0c1704c9ed6faba (patch) | |
tree | cd6e94837c276cd43640c3f967c26b9ef265b6c2 /gdk/gdkglcontextprivate.h | |
parent | 5f40f58c36478fda78d9718c66981ef6c35ba3bd (diff) | |
download | gtk+-72a6459d73ed2af6cc032a7fc0c1704c9ed6faba.tar.gz |
gdkglcontext: Track whether to use GL_TEXTURE_2D or GL_TEXTURE_RECTANGL_ARB
Diffstat (limited to 'gdk/gdkglcontextprivate.h')
-rw-r--r-- | gdk/gdkglcontextprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkglcontextprivate.h b/gdk/gdkglcontextprivate.h index 96d4924613..c7b6937ba6 100644 --- a/gdk/gdkglcontextprivate.h +++ b/gdk/gdkglcontextprivate.h @@ -49,6 +49,7 @@ struct _GdkGLContextClass cairo_region_t *region); }; +gboolean gdk_gl_context_use_texture_rectangle (GdkGLContext *context); void gdk_gl_context_end_frame (GdkGLContext *context, cairo_region_t *painted, cairo_region_t *damage); |