Mercurial > ecos
view host/tools/configtool/standalone/wxwin/bitmaps/paste.xpm @ 160:0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
| author | jlarmour |
|---|---|
| date | Fri, 01 Jun 2001 22:16:29 +0000 |
| parents | |
| children |
line wrap: on
line source
/* XPM */ static char *paste_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 6 1", " c None", ". c Black", "X c Yellow", "o c #808080", "O c #000080", "+ c Gray100", /* pixels */ " ", " .... ", " .....XX..... ", ".ooo.X..X.ooo. ", ".oo. .oo. ", ".oo........oo. ", ".oooooooooooo. ", ".oooooOOOOOOO. ", ".oooooO+++++OO ", ".oooooO+++++O+O ", ".oooooO+OOO+OOO ", ".oooooO+++++++O ", ".oooooO+OOOOO+O ", " .....O+++++++O ", " OOOOOOOOO " };
