Mercurial > mplayer.hg
view gui/dialog/pixmaps/chapter.xpm @ 37184:36d586f37e26
Add stdint.h include for intptr_t.
author | reimar |
---|---|
date | Wed, 17 Sep 2014 17:13:35 +0000 |
parents | 3c901704a27c |
children |
line wrap: on
line source
/* XPM */ static const char * const chapter_xpm[] = { "16 16 4 1", " c None", ". c #000000", "+ c #FFFFFF", "@ c #CD0909", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};