summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-05 14:38:38 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-07 16:17:15 +0100
commit160e6ad6f6fcc9c2819b2f8378763771f14c5320 (patch)
treebaae8cfcc076c83939a10ca50dfb17fa8cb828fa /gdk/gdktexture.h
parentb49c6cdcb1f6673744c5778638857b18a45f0500 (diff)
downloadgtk+-160e6ad6f6fcc9c2819b2f8378763771f14c5320.tar.gz
gdk: Split out GL texture
Put GdkGLTexture into its own file and rename the API to gdk_gl_texture_foo() instead of gdk_texture_foo_for_gl(). Apart from naming, no actual code changes.
Diffstat (limited to 'gdk/gdktexture.h')
-rw-r--r--gdk/gdktexture.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/gdktexture.h b/gdk/gdktexture.h
index ea04fc17cb..43bd9663e3 100644
--- a/gdk/gdktexture.h
+++ b/gdk/gdktexture.h
@@ -26,7 +26,6 @@
#include <gdk/gdkversionmacros.h>
#include <gdk/gdktypes.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <gdk/gdkglcontext.h>
G_BEGIN_DECLS
@@ -57,17 +56,6 @@ GdkTexture * gdk_texture_new_from_file (GFile
GError **error);
GDK_AVAILABLE_IN_ALL
-GdkTexture * gdk_texture_new_for_gl (GdkGLContext *context,
- guint id,
- int width,
- int height,
- GDestroyNotify destroy,
- gpointer data);
-
-GDK_AVAILABLE_IN_ALL
-void gdk_texture_release_gl (GdkTexture *texture);
-
-GDK_AVAILABLE_IN_ALL
int gdk_texture_get_width (GdkTexture *texture);
GDK_AVAILABLE_IN_ALL
int gdk_texture_get_height (GdkTexture *texture);