aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitmaps/rtptr.xbm
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 01:30:05 -0700
committerPaul Eggert2011-04-16 01:30:05 -0700
commit63d2b86e5d50aea812a88bacf9a210ce505e11c2 (patch)
tree221b2e4549ff2d13e6369e465ef5622d662ee262 /src/bitmaps/rtptr.xbm
parent55660072db3bb05d1daba0eb67865913b82d313a (diff)
downloademacs-63d2b86e5d50aea812a88bacf9a210ce505e11c2.tar.gz
emacs-63d2b86e5d50aea812a88bacf9a210ce505e11c2.zip
Change bitmaps back to X11-compatible types.
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'};