view gui/mplayer/pixmaps/url.xpm @ 24101:56382475b156

Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
author diego
date Wed, 22 Aug 2007 22:46:55 +0000
parents 17bf4f4b0715
children 09c3ce60f369
line wrap: on
line source

/* XPM */
static const char * url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};