]> Shamusworld >> Repos - apple2/blob - src/gui/gfx/disk-door-closed.c
Added icons that should have gone in last commit. :-P
[apple2] / src / gui / gfx / disk-door-closed.c
1 /* GIMP RGBA C-Source image dump (disk-door-closed.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_closed = {
9   8, 10, 4,
10   ":::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377::"
11   ":\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377"
12   ":::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377::"
13   ":\377\223\223\223\377\223\223\223\377\223\223\223\377\223\223\223\377\223"
14   "\223\223\377\223\223\223\377\223\223\223\377\223\223\223\377:::\377:::\377"
15   ":::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377::"
16   ":\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377"
17   ":::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377:::\377::"
18   ":\377:::\377:::\377:::\377:::\377:::\377:::\377",
19 };
20