annotate gui/dialog/pixmaps/nosub.xpm @ 36143:3c1595fcf004
Update calculation of allocation size for direct rendering.
author |
reimar |
date |
Sun, 05 May 2013 07:27:33 +0000 |
parents |
3c901704a27c |
children |
|
rev |
line source |
35526
|
1 /* XPM */
|
|
2 static const char * const nosub_xpm[] = {
|
|
3 "16 16 3 1",
|
|
4 " c None",
|
|
5 ". c #CD0909",
|
|
6 "+ c #000000",
|
|
7 " ",
|
|
8 " ",
|
|
9 ". .",
|
|
10 " .. .. ",
|
|
11 " ++. + + +.+ ",
|
|
12 "+ .. + . + ",
|
|
13 "+ +. ..+ + ",
|
|
14 " ++ + ..+ +++ ",
|
|
15 " + + . . + + ",
|
|
16 " + .. +.. + ",
|
|
17 "+++ . +++ +.+ ",
|
|
18 " . .. ",
|
|
19 " .. .",
|
|
20 ". ",
|
|
21 " ",
|
|
22 " "};
|