aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitmaps/rtptr.xbm
diff options
context:
space:
mode:
authorJoakim Verona2011-06-16 00:22:07 +0200
committerJoakim Verona2011-06-16 00:22:07 +0200
commita7513ade3bc0fe79430d5541d88c9dcda0932bec (patch)
tree4383951ba698a11e9f8933a9d8c72e00aa872a10 /src/bitmaps/rtptr.xbm
parent4bd51ad5c3445b644dfb017d5b57b10a90aa325f (diff)
parent4bba86e6210a74326e843a8fdc8409127105e1fe (diff)
downloademacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.tar.gz
emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.zip
merge from upstream
Diffstat (limited to 'src/bitmaps/rtptr.xbm')
-rw-r--r--src/bitmaps/rtptr.xbm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bitmaps/rtptr.xbm b/src/bitmaps/rtptr.xbm
index a8a63806d46..4e71cdf9993 100644
--- a/src/bitmaps/rtptr.xbm
+++ b/src/bitmaps/rtptr.xbm
@@ -2,7 +2,7 @@
2#define right_ptr_height 16 2#define right_ptr_height 16
3#define right_ptr_x_hot 12 3#define right_ptr_x_hot 12
4#define right_ptr_y_hot 1 4#define right_ptr_y_hot 1
5static unsigned char right_ptr_bits[] = { 5static char right_ptr_bits[] = {
6 0x00, 0x00, 0x00, 0x10, 0x00, 0x18, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x1f, 6 '\x00','\x00','\x00','\x10','\x00','\x18','\x00','\x1c','\x00','\x1e','\x00','\x1f',
7 0x80, 0x1f, 0xc0, 0x1f, 0xe0, 0x1f, 0x00, 0x1f, 0x00, 0x1b, 0x80, 0x11, 7 '\x80','\x1f','\xc0','\x1f','\xe0','\x1f','\x00','\x1f','\x00','\x1b','\x80','\x11',
8 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00}; 8 '\x80','\x01','\xc0','\x00','\xc0','\x00','\x00','\x00'};