repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved idle event handling to the server.
[wine.git]
/
include
/
bitmaps
/
obm_radiocheck
blob
e2cc4e8d6672c7d304581433f9caa299d20e1340
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
};