]> Shamusworld >> Repos - apple2/blob - src/gui/gfx/disk-door-open.c
Added icons that should have gone in last commit. :-P
[apple2] / src / gui / gfx / disk-door-open.c
1 /* GIMP RGBA C-Source image dump (disk-door-open.c) */
2
3 static const struct {
4   unsigned int   width;
5   unsigned int   height;
6   unsigned int   bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ 
7   unsigned char  pixel_data[8 * 10 * 4 + 1];
8 } door_open = {
9   8, 10, 4,
10   "\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"
11   "\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"
12   "\0\377\0\0\0\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377"
13   ":::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377::"
14   ":\377:::\377:::\377:::\377:::\377:::\377\0\0\0\377\0\0\0\377\0\0\0\377\0"
15   "\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"
16   "\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"
17   "\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"
18   "\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"
19   "\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"
20   "\0\377",
21 };
22