comparison 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
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
63 63
64 64
65 #if DRAW_CHECK 65 #if DRAW_CHECK
66 #define check_width 14 66 #define check_width 14
67 #define check_height 14 67 #define check_height 14
68 static u_char check_bits[] = { 68 static unsigned char check_bits[] = {
69 0x00, 0x00, 0x00, 0x20, 0x00, 0x18, 0x00, 0x0c, 0x00, 0x06, 0x00, 0x03, 69 0x00, 0x00, 0x00, 0x20, 0x00, 0x18, 0x00, 0x0c, 0x00, 0x06, 0x00, 0x03,
70 0x8c, 0x03, 0xde, 0x01, 0xff, 0x01, 0xfe, 0x00, 0xfc, 0x00, 0x78, 0x00, 70 0x8c, 0x03, 0xde, 0x01, 0xff, 0x01, 0xfe, 0x00, 0xfc, 0x00, 0x78, 0x00,
71 0x70, 0x00, 0x20, 0x00}; 71 0x70, 0x00, 0x20, 0x00};
72 #endif 72 #endif
73 73