summaryrefslogtreecommitdiffstats
path: root/bitmaps/hourglass.xbm
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-19 15:24:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-19 15:24:43 (GMT)
commitbc7953bb9ea9f68296b5274ebcde73616c14c379 (patch)
tree1f5d7bae71789afc0554bd7a231bdda7cb8708ef /bitmaps/hourglass.xbm
parent033a34d42974f5727b36afbf5a2838a8c24a84c4 (diff)
downloadtk-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 'bitmaps/hourglass.xbm')
-rw-r--r--bitmaps/hourglass.xbm9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitmaps/hourglass.xbm b/bitmaps/hourglass.xbm
new file mode 100644
index 0000000..bb1d8ad
--- /dev/null
+++ b/bitmaps/hourglass.xbm
@@ -0,0 +1,9 @@
+#define hourglass_width 19
+#define hourglass_height 21
+static unsigned char hourglass_bits[] = {
+ 0xff, 0xff, 0x07, 0x55, 0x55, 0x05, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
+ 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xc2, 0x0a, 0x03, 0x46, 0x05, 0x01,
+ 0x82, 0x0a, 0x03, 0x06, 0x05, 0x01, 0x02, 0x03, 0x03, 0x86, 0x05, 0x01,
+ 0xc2, 0x0a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
+ 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0xff, 0xff, 0x07,
+ 0xab, 0xaa, 0x02};