chiark / gitweb /
Merge old CVS `ian-dotfiles' repo, as a subtree where we can pick bits
[ian-dotfiles.git] / from-cvs / files / bitmap_circle-inv
diff --git a/from-cvs/files/bitmap_circle-inv b/from-cvs/files/bitmap_circle-inv
new file mode 100644 (file)
index 0000000..3b544bc
--- /dev/null
@@ -0,0 +1,6 @@
+#define circle_inv_width 16
+#define circle_inv_height 16
+static char circle_inv_bits[] = {
+   0x00, 0x00, 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f, 0xfe, 0x3f,
+   0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfc, 0x1f, 0xfc, 0x1f,
+   0xf8, 0x0f, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00};