projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed obsolete code.
[wine]
/
include
/
bitmaps
/
obm_radiocheck
1
/* XPM */
2
static char *obm_radiocheck[] = {
3
/* size */
4
"14 14 2 1",
5
/* colors */
6
". s white c white",
7
"# s black c black",
8
/* pixels */
9
"..............",
10
"..............",
11
"..............",
12
".....####.....",
13
"....######....",
14
"...########...",
15
"...########...",
16
"...########...",
17
"...########...",
18
"....######....",
19
".....####.....",
20
"..............",
21
"..............",
22
".............."
23
};