summaryrefslogtreecommitdiffstats
path: root/kscd/bitmaps/stop.xbm
blob: 1f176d134ead7dea738b4b69074ecab3a6e946fe (plain)
1
2
3
4
5
6
7
#define stop_width 16
#define stop_height 16
static unsigned char stop_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xf0, 0x0f,
   0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};