summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/tk/sample/images/grey.5
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/ext/tk/sample/images/grey.5')
-rw-r--r--ruby_1_8_6/ext/tk/sample/images/grey.56
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby_1_8_6/ext/tk/sample/images/grey.5 b/ruby_1_8_6/ext/tk/sample/images/grey.5
new file mode 100644
index 0000000000..37688893f0
--- /dev/null
+++ b/ruby_1_8_6/ext/tk/sample/images/grey.5
@@ -0,0 +1,6 @@
+#define grey_width 16
+#define grey_height 16
+static char grey_bits[] = {
+ 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa,
+ 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa,
+ 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa};