diff src/bitmaps.h @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents 54cc21c15cbb
children 1ce6082ce73f
line wrap: on
line diff
--- a/src/bitmaps.h	Mon Aug 13 09:04:39 2007 +0200
+++ b/src/bitmaps.h	Mon Aug 13 09:05:10 2007 +0200
@@ -107,13 +107,13 @@
 /* A Right pointing Arrow */
 #define truncator_width 6
 #define truncator_height 10
-static char truncator_bits[] = {
+static unsigned char truncator_bits[] = {
  0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0};
 
 /* A Left pointing Arrow */
 #define hscroll_width 6
 #define hscroll_height 10
-static char hscroll_bits[] = {
+static unsigned char hscroll_bits[] = {
  0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0};
 
 #if 0