chiark / gitweb /
xset b off
[ian-dotfiles.git] / from-cvs / files / bitmap_circle
1 #define circle_width 16
2 #define circle_height 16
3 #define circle_x_hot 7
4 #define circle_y_hot 7
5 static char circle_bits[] = {
6    0x00, 0x00, 0xe0, 0x03, 0x18, 0x0c, 0x04, 0x10, 0x04, 0x10, 0x02, 0x20,
7    0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x04, 0x10, 0x04, 0x10,
8    0x18, 0x0c, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00};