interface/open_circle_bitmap.h | 6 ++++++
1 file changed, 6 insertions(+)
--- ncview-1.93g.orig/interface/open_circle_bitmap.h
+++ ncview-1.93g/interface/open_circle_bitmap.h
@@ -0,0 +1,6 @@
+#define open_circle_bitmap_width 16
+#define open_circle_bitmap_height 16
+static unsigned char open_circle_bitmap_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x40, 0x04, 0x20, 0x08,
+ 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x20, 0x08, 0x40, 0x04, 0x80, 0x03,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};