Rafael Laguna 1db5a5ea25 - Add network panel spinners
- Add more stock action arrows
- Fix theme names nomenclature
2014-03-06 18:14:38 +01:00

7 lines
276 B
C

#define shade_width 15
#define shade_height 15
static unsigned char shade_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0xf8, 0x0f, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };