diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-19 15:24:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-19 15:24:43 (GMT) |
commit | bc7953bb9ea9f68296b5274ebcde73616c14c379 (patch) | |
tree | 1f5d7bae71789afc0554bd7a231bdda7cb8708ef /library/demos/images/pattern.xbm | |
parent | 033a34d42974f5727b36afbf5a2838a8c24a84c4 (diff) | |
download | tk-bc7953bb9ea9f68296b5274ebcde73616c14c379.zip tk-bc7953bb9ea9f68296b5274ebcde73616c14c379.tar.gz tk-bc7953bb9ea9f68296b5274ebcde73616c14c379.tar.bz2 |
Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]
Diffstat (limited to 'library/demos/images/pattern.xbm')
-rw-r--r-- | library/demos/images/pattern.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/demos/images/pattern.xbm b/library/demos/images/pattern.xbm new file mode 100644 index 0000000..df31baf --- /dev/null +++ b/library/demos/images/pattern.xbm @@ -0,0 +1,6 @@ +#define foo_width 16 +#define foo_height 16 +static char foo_bits[] = { + 0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92, + 0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49, 0x92, 0x4e, 0x72, + 0xb0, 0x0d, 0x90, 0x09, 0x90, 0x09, 0x60, 0x06}; |