summaryrefslogtreecommitdiff
path: root/gtk/gtktextchildprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextchildprivate.h')
-rw-r--r--gtk/gtktextchildprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktextchildprivate.h b/gtk/gtktextchildprivate.h
index 0c9b19c141..6473d455af 100644
--- a/gtk/gtktextchildprivate.h
+++ b/gtk/gtktextchildprivate.h
@@ -54,14 +54,14 @@
G_BEGIN_DECLS
-typedef struct _GtkTextPixbuf GtkTextPixbuf;
+typedef struct _GtkTextTexture GtkTextTexture;
-struct _GtkTextPixbuf
+struct _GtkTextTexture
{
- GdkPixbuf *pixbuf;
+ GdkTexture *texture;
};
-GtkTextLineSegment *_gtk_pixbuf_segment_new (GdkPixbuf *pixbuf);
+GtkTextLineSegment *_gtk_texture_segment_new (GdkTexture *texture);
typedef struct _GtkTextChildBody GtkTextChildBody;