projects
/
xboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Previous fix for VC++/strcasecmp() was wrong-- use StrCaseCmp().
[xboard.git]
/
bitmaps
/
checkmark.bm
1
#define checkmark_width 11
2
#define checkmark_height 11
3
4
static unsigned char checkmark_bits[] = {
5
0x0f, 0x04, 0x0f, 0x02, 0x1e, 0x01, 0x3c, 0x01, 0xb8, 0x00, 0x58, 0x00,
6
0xe8, 0x00, 0xe4, 0x01, 0xc4, 0x03, 0xc2, 0x03, 0x81, 0x07 };