Mercurial > ecos
view host/tools/configtool/standalone/wxwin/bitmaps/undo.xpm @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 0d0f03f76f6a |
| children |
line wrap: on
line source
/* XPM */ static char *undo_xpm[] = { /* width height num_colors chars_per_pixel */ " 16 15 3 1", /* colors */ ". c #000080", "# c None", "a c #808080", /* pixels */ "################", "################", "################", "################", "########....a###", "##.###..####.a##", "##..#.#######.##", "##...########.##", "##....#######.##", "##.....#####.a##", "###########a.###", "################", "################", "################", "################" };
