1 /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
2 
3 #ifdef __SUNPRO_C
4 #pragma align 4 (bullet_pixdata)
5 #endif
6 #ifdef __GNUC__
7 static const guint8 bullet_pixdata[] __attribute__ ((__aligned__ (4))) =
8 #else
9 static const guint8 bullet_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   "\274\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\257\202\0\0\0\357\2\0\0\0\257\0\0\0@\206\0\0\0\0\2"
27   "\0\0\0o\0\0\0\357\202\0\0\0\377\2\0\0\0\357\0\0\0o\206\0\0\0\0\2\0\0"
28   "\0o\0\0\0\357\202\0\0\0\377\2\0\0\0\357\0\0\0o\206\0\0\0\0\2\0\0\0@\0"
29   "\0\0\257\202\0\0\0\357\2\0\0\0\257\0\0\0@\206\0\0\0\0\2\0\0\0\20\0\0"
30   "\0@\202\0\0\0o\2\0\0\0@\0\0\0\20\302\0\0\0\0"};
31 
32 
33