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