summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-13 20:51:42 -0400
committerBenjamin Otte <otte@redhat.com>2021-09-17 00:25:22 +0200
commit66031fd00b9a4968e482ea9fdf2edc17d9e30199 (patch)
treea8be7d2eed1c697398d34200c51d599d9f636b67 /gdk/gdktexture.c
parent698b3542a125b56033dfacc244e536684f1938f6 (diff)
downloadgtk+-66031fd00b9a4968e482ea9fdf2edc17d9e30199.tar.gz
texture: Add error enum
Diffstat (limited to 'gdk/gdktexture.c')
-rw-r--r--gdk/gdktexture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c
index ec03c72370..4ef7cb5e97 100644
--- a/gdk/gdktexture.c
+++ b/gdk/gdktexture.c
@@ -47,6 +47,8 @@
#include <graphene.h>
+G_DEFINE_QUARK (gdk-texture-error-quark, gdk_texture_error)
+
/* HACK: So we don't need to include any (not-yet-created) GSK or GTK headers */
void
gtk_snapshot_append_texture (GdkSnapshot *snapshot,