aboutsummaryrefslogtreecommitdiffstats
path: root/art/empty.xpm
blob: 93b02c01649d9540cae4c85165ed04823f0d6ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* XPM */
static char * empty_xpm[] = {
"16 16 2 1",
"   c None",
".  c #FFFFFF",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................"};
amp;id=e690d4fb13dcfa5a4417bcf06a9496c0d627b4ce'>tinymux
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.6.5.33 and unbreakmakc2012-05-152-9/+4
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
* - Fix MASTER_SITESmiwi2011-08-26