summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/ext/tk/sample/images/gray25.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/ext/tk/sample/images/gray25.xbm')
-rw-r--r--ruby_1_8_5/ext/tk/sample/images/gray25.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby_1_8_5/ext/tk/sample/images/gray25.xbm b/ruby_1_8_5/ext/tk/sample/images/gray25.xbm
new file mode 100644
index 0000000000..b234b3cb0b
--- /dev/null
+++ b/ruby_1_8_5/ext/tk/sample/images/gray25.xbm
@@ -0,0 +1,6 @@
+#define grey_width 16
+#define grey_height 16
+static char grey_bits[] = {
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44};