diff lwlib/xlwcheckbox.c @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents abe6d1db359e
children 04bc9d2f42c7
line wrap: on
line diff
--- a/lwlib/xlwcheckbox.c	Mon Aug 13 11:41:26 2007 +0200
+++ b/lwlib/xlwcheckbox.c	Mon Aug 13 11:42:25 2007 +0200
@@ -65,7 +65,7 @@
 #if	DRAW_CHECK
 #define check_width 14
 #define check_height 14
-static u_char check_bits[] = {
+static unsigned char check_bits[] = {
    0x00, 0x00, 0x00, 0x20, 0x00, 0x18, 0x00, 0x0c, 0x00, 0x06, 0x00, 0x03,
    0x8c, 0x03, 0xde, 0x01, 0xff, 0x01, 0xfe, 0x00, 0xfc, 0x00, 0x78, 0x00,
    0x70, 0x00, 0x20, 0x00};