chiark / gitweb /
emacs: set vm-legacy-key-bindings so "a" works
[ian-dotfiles.git] / from-cvs / files / bitmap_circle-inv
1 #define circle_inv_width 16
2 #define circle_inv_height 16
3 static char circle_inv_bits[] = {
4    0x00, 0x00, 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f, 0xfe, 0x3f,
5    0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfc, 0x1f, 0xfc, 0x1f,
6    0xf8, 0x0f, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00};