projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
art
/
cross.xpm
Commit
Line
Data
421d214f
VZ
1
/* XPM */
2
static char *cross_xpm[] = {
3
/* columns rows colors chars-per-pixel */
4
"10 10 2 1",
5
" c Gray0",
6
"# c None",
7
/* pixels */
8
" ######## ",
9
" #### ",
10
"# ## #",
11
"## ##",
12
"### ###",
13
"### ###",
14
"## ##",
15
"# ## #",
16
" #### ",
17
" ###### "};