diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-16 01:30:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-16 01:30:05 -0700 |
commit | 63d2b86e5d50aea812a88bacf9a210ce505e11c2 (patch) | |
tree | 221b2e4549ff2d13e6369e465ef5622d662ee262 /src/bitmaps/crosswv.xbm | |
parent | 55660072db3bb05d1daba0eb67865913b82d313a (diff) | |
download | emacs-63d2b86e5d50aea812a88bacf9a210ce505e11c2.tar.gz emacs-63d2b86e5d50aea812a88bacf9a210ce505e11c2.tar.bz2 emacs-63d2b86e5d50aea812a88bacf9a210ce505e11c2.zip |
Change bitmaps back to X11-compatible types.
Diffstat (limited to 'src/bitmaps/crosswv.xbm')
-rw-r--r-- | src/bitmaps/crosswv.xbm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bitmaps/crosswv.xbm b/src/bitmaps/crosswv.xbm index 45ffbb48bda..ccf2d110887 100644 --- a/src/bitmaps/crosswv.xbm +++ b/src/bitmaps/crosswv.xbm @@ -1,6 +1,6 @@ #define cross_weave_width 16 #define cross_weave_height 16 -static unsigned char cross_weave_bits[] = { - 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, - 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, - 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22}; +static char cross_weave_bits[] = { + '\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22','\x55','\x55','\x88','\x88', + '\x55','\x55','\x22','\x22','\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22', + '\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22'}; |