1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
/* GdkPixbuf RGBA C-Source image dump */
#ifdef __SUNPRO_C
#pragma align 4 (emblem_symbolic_link_png)
#endif
#ifdef __GNUC__
static const guint8 emblem_symbolic_link_png[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 emblem_symbolic_link_png[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (324) */
"\0\0\1\\"
/* pixdata_type (0x1010002) */
"\1\1\0\2"
/* rowstride (36) */
"\0\0\0$"
/* width (9) */
"\0\0\0\11"
/* height (9) */
"\0\0\0\11"
/* pixel_data: */
"\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"
"\0\0\0\377\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\0\0\0\377\0\0\0\377\377\377\377\377\0""3f\377\0""3f\377\0""3f\377"
"\0""3f\377\357\357\357\377\314\314\314\377\0\0\0\377\0\0\0\377\377\377"
"\377\377\0""3f\377\0""3f\377\0""3f\377\357\357\357\377\357\357\357\377"
"\314\314\314\377\0\0\0\377\0\0\0\377\377\377\377\377\0""3f\377\0""3f"
"\377\0""3f\377\0""3f\377\357\357\357\377\314\314\314\377\0\0\0\377\0"
"\0\0\377\377\377\377\377\0""3f\377\357\357\357\377\0""3f\377\0""3f\377"
"\0,Y\377\314\314\314\377\0\0\0\377\0\0\0\377\377\377\377\377\357\357"
"\357\377\357\357\357\377\357\357\357\377\0(P\377\0%J\377\314\314\314"
"\377\0\0\0\377\0\0\0\377\377\377\377\377\314\314\314\377\314\314\314"
"\377\314\314\314\377\314\314\314\377\314\314\314\377\314\314\314\377"
"\30\30\30\377\0\0\0\377\0\0\0\377\11\11\11\377\0\0\0\377\0\0\0\377\0"
"\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377"};
|