chiark / gitweb /
Merge old CVS `ian-dotfiles' repo, as a subtree where we can pick bits
[ian-dotfiles.git] / from-cvs / files / bitmap_circle
diff --git a/from-cvs/files/bitmap_circle b/from-cvs/files/bitmap_circle
new file mode 100644 (file)
index 0000000..8999c1f
--- /dev/null
@@ -0,0 +1,8 @@
+#define circle_width 16
+#define circle_height 16
+#define circle_x_hot 7
+#define circle_y_hot 7
+static char circle_bits[] = {
+   0x00, 0x00, 0xe0, 0x03, 0x18, 0x0c, 0x04, 0x10, 0x04, 0x10, 0x02, 0x20,
+   0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x04, 0x10, 0x04, 0x10,
+   0x18, 0x0c, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00};