From 4c4631c2daaf7b2418c1f0e39292c8ee27a64813 Mon Sep 17 00:00:00 2001 From: nagai Date: Sat, 1 May 2004 16:09:54 +0000 Subject: * renewal Ruby/Tk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/images/grey.25 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/tk/sample/images/grey.25 (limited to 'ext/tk/sample/images/grey.25') diff --git a/ext/tk/sample/images/grey.25 b/ext/tk/sample/images/grey.25 new file mode 100644 index 0000000000..b234b3cb0b --- /dev/null +++ b/ext/tk/sample/images/grey.25 @@ -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}; -- cgit v1.2.3