projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed some unnecessary includes.
[wine]
/
include
/
bitmaps
/
ocr_ibeam
1
/* XPM */
2
static char * ocr_ibeam[] = {
3
"32 32 3 1 4 9",
4
" s None c None",
5
". s white c white",
6
"+ s black c black",
7
".... .... ",
8
".+++.+++. ",
9
"....+.... ",
10
" .+. ",
11
" .+. ",
12
" .+. ",
13
" .+. ",
14
" .+. ",
15
" .+. ",
16
" .+. ",
17
" .+. ",
18
" .+. ",
19
" .+. ",
20
" .+. ",
21
" .+. ",
22
" .+. ",
23
"....+.... ",
24
".+++.+++. ",
25
".... .... ",
26
" ",
27
" ",
28
" ",
29
" ",
30
" ",
31
" ",
32
" ",
33
" ",
34
" ",
35
" ",
36
" ",
37
" ",
38
" "};