summaryrefslogtreecommitdiffstats
path: root/bitmaps/gray12.xbm
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2004-10-19 15:24:43 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2004-10-19 15:24:43 (GMT)
commita8cbc1a22e2bd23f119334ab80cb8fb695de3548 (patch)
tree1f5d7bae71789afc0554bd7a231bdda7cb8708ef /bitmaps/gray12.xbm
parentc629e83cae745e12026a3c99570132e5eea38b39 (diff)
downloadtk-a8cbc1a22e2bd23f119334ab80cb8fb695de3548.zip
tk-a8cbc1a22e2bd23f119334ab80cb8fb695de3548.tar.gz
tk-a8cbc1a22e2bd23f119334ab80cb8fb695de3548.tar.bz2
Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]
Diffstat (limited to 'bitmaps/gray12.xbm')
-rw-r--r--bitmaps/gray12.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitmaps/gray12.xbm b/bitmaps/gray12.xbm
new file mode 100644
index 0000000..a0eafa1
--- /dev/null
+++ b/bitmaps/gray12.xbm
@@ -0,0 +1,6 @@
+#define gray12_width 16
+#define gray12_height 16
+static unsigned char gray12_bits[] = {
+ 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
+ 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
+ 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};