diff options
author | dkf <dkf@noemail.net> | 2004-10-19 15:24:43 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-10-19 15:24:43 (GMT) |
commit | aa7927bfdbefb2b498e8a267a840b88fb3239947 (patch) | |
tree | 1f5d7bae71789afc0554bd7a231bdda7cb8708ef /library/demos/images/pattern.xbm | |
parent | ebf0b285e4ed83a3479f7b31455cf1277d7ba53c (diff) | |
download | tk-aa7927bfdbefb2b498e8a267a840b88fb3239947.zip tk-aa7927bfdbefb2b498e8a267a840b88fb3239947.tar.gz tk-aa7927bfdbefb2b498e8a267a840b88fb3239947.tar.bz2 |
Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]
FossilOrigin-Name: 243c90c3032541d1a6b9bb85b39e3a65793906fc
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}; |