view gui/mplayer/pixmaps/a11.xpm @ 33322:99054ecaf3d9

On error munmap returns -1, not MAP_FAILED. Fixes "ast from pointer to integer of different size" warning.
author reimar
date Sat, 07 May 2011 19:41:42 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const a11_xpm[] = {
"18 16 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"                  ",
"                  ",
"                  ",
" ................ ",
"..++++++++++++++..",
".+..............+.",
".+...+...+...+..+.",
".+..++......++..+.",
".+...+.......+..+.",
".+...+.......+..+.",
".+...+...+...+..+.",
".+..............+.",
"..++++++++++++++..",
" ................ ",
"                  ",
"                  "};