projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com...
[wine]
/
include
/
bitmaps
/
ocr_help
1
/* XPM */
2
static char *ocr_help[] = {
3
" 32 32 3 1 0 0",
4
" s None c None",
5
". s black c black",
6
"X s white c white",
7
". ",
8
".. XXXXXXX ",
9
".X. X.......X ",
10
".XX. X...XX....X ",
11
".XXX. X...X X....X ",
12
".XXXX. X...X X....X ",
13
".XXXXX. X...X X....X ",
14
".XXXXXX. X...X X...X ",
15
".XXXXXXX.XXXXX X...X ",
16
".XXXXXXXX. X...X ",
17
".XXXXX..... X...X ",
18
".XX.XX. X...X ",
19
".X. .XX. X...X ",
20
".. .XX. XXX ",
21
". .XX. X...X ",
22
" .XX. X.....X ",
23
" .XX. X...X ",
24
" .XX. XXX ",
25
" .. ",
26
" ",
27
" ",
28
" ",
29
" ",
30
" ",
31
" ",
32
" ",
33
" ",
34
" ",
35
" ",
36
" ",
37
" ",
38
" "
39
};
40