~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to res/bitmaps/null.xpm

  • Committer: cecilios
  • Date: 2006-03-05 11:33:10 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:2
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *null_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 16 4 1",
 
5
"  c None",
 
6
". c Black",
 
7
"X c #808080",
 
8
"o c #000080",
 
9
/* pixels */
 
10
"                ",
 
11
"                ",
 
12
"  XXX           ",
 
13
"                ",
 
14
"  XXX           ",
 
15
"                ",
 
16
"  XXX           ",
 
17
"                ",
 
18
"  XXX           ",
 
19
"                ",
 
20
"  XXX           ",
 
21
"                ",
 
22
"  XXX           ",
 
23
"                ",
 
24
"                ",
 
25
"                "
 
26
};