1 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
2 
3 #ifdef __SUNPRO_C
4 #pragma align 4 (bulleth_pixdata)
5 #endif
6 #ifdef __GNUC__
7 static const guint8 bulleth_pixdata[] __attribute__ ((__aligned__ (4))) =
8 #else
9 static const guint8 bulleth_pixdata[] =
10 #endif
11 { ""
12   /* Pixbuf magic (0x47646b50) */
13   "GdkP"
14   /* length: header (24) + pixel_data (173) */
15   "\0\0\0\305"
16   /* pixdata_type (0x2010002) */
17   "\2\1\0\2"
18   /* rowstride (48) */
19   "\0\0\0""0"
20   /* width (12) */
21   "\0\0\0\14"
22   /* height (16) */
23   "\0\0\0\20"
24   /* pixel_data: */
25   "\310\0\0\0\0\2\0\0\0\20\0\0\0@\202\0\0\0o\2\0\0\0@\0\0\0\20\206\0\0\0"
26   "\0\2\0\0\0@\0\0\0\231\202\0\0\0\225\2\0\0\0\231\0\0\0@\206\0\0\0\0\2"
27   "\0\0\0o\0\0\0\225\202\0\0\0\40\2\0\0\0\225\0\0\0o\206\0\0\0\0\2\0\0\0"
28   "o\0\0\0\225\202\0\0\0\40\2\0\0\0\225\0\0\0o\206\0\0\0\0\2\0\0\0@\0\0"
29   "\0\231\202\0\0\0\225\2\0\0\0\231\0\0\0@\206\0\0\0\0\2\0\0\0\20\0\0\0"
30   "@\202\0\0\0o\2\0\0\0@\0\0\0\20\266\0\0\0\0"};
31 
32 
33