diff src/bitmaps.h @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents c0c698873ce1
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/bitmaps.h	Mon Aug 13 09:05:44 2007 +0200
+++ b/src/bitmaps.h	Mon Aug 13 09:06:37 2007 +0200
@@ -105,16 +105,16 @@
 #endif
 
 /* A Right pointing Arrow */
-#define truncator_width 6
+#define truncator_width 8
 #define truncator_height 10
 static unsigned char truncator_bits[] = {
- 0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0};
+  0x00, 0x18, 0x30, 0x60, 0xff, 0xff, 0x60, 0x30, 0x18, 0x00};
 
 /* A Left pointing Arrow */
-#define hscroll_width 6
+#define hscroll_width 8
 #define hscroll_height 10
 static unsigned char hscroll_bits[] = {
- 0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0};
+  0x00, 0x18, 0x0c, 0x06, 0xff, 0xff, 0x06, 0x0c, 0x18, 0x00};
 
 #if 0
 #define rarrow_width 12