]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/gdk-pixbuf-private.h
Move more text widget headers into the private header list
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf-private.h
index 1b14e3cccd662272c63ddd233752b73fb2c3f946..e8eb7248a46f6ee75eaf87beab236d0dd5c5c9e3 100644 (file)
@@ -117,4 +117,14 @@ struct _GdkPixbufAnimationClass {
 
 \f
 
+#define GDK_PIXBUF_INLINE_MAGIC_NUMBER 0x47646B50 /* 'GdkP' */
+
+typedef enum
+{
+  GDK_PIXBUF_INLINE_RAW = 0,
+  GDK_PIXBUF_INLINE_RLE = 1
+} GdkPixbufInlineFormat;
+
+
+
 #endif