wok-stable view mtpaint/stuff/icons-tango/xpm_select.xpm @ rev 2105
portaudio: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 29 12:45:05 2009 +0000 (2009-01-29) |
parents | |
children |
line source
1 /* XPM */
2 static char * xpm_select_xpm[] = {
3 "20 20 4 1",
4 " c None",
5 ". c #000000",
6 "+ c #FFFFFF",
7 "@ c #FF0000",
8 " ",
9 " ",
10 " ",
11 " ...+++..+++... ",
12 " +@@@@@@@@@@@@+ ",
13 " +@@@@@@@@@@@@+ ",
14 " +@@@@@@@@@@@@+ ",
15 " .@@@@@@@@@@@@. ",
16 " .@@@@@@@@@@@@. ",
17 " .@@@@@@@@@@@@. ",
18 " +@@@@@@@@@@@@+ ",
19 " +@@@@@@@@@@@@+ ",
20 " +@@@@@@@@@@@@+ ",
21 " .@@@@@@@@@@@@. ",
22 " .@@@@@@@@@@@@. ",
23 " +@@@@@@@@@@@@+ ",
24 " ++..+++++...++ ",
25 " ",
26 " ",
27 " "};