summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/tk/sample/images/gray25.xbm
blob: b234b3cb0be3b5e5420311da33457f7b25dcff08 (plain)
1
2
3
4
5
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};