view gui/mplayer/pixmaps/url.xpm @ 33006:66d908462d76

Initialize guiIntfStruct.VCDTracks. The check for stream->priv has become unnecessary. The initialization also provides for a stream_control() failure.
author ib
date Mon, 21 Mar 2011 19:33:22 +0000
parents 09c3ce60f369
children
line wrap: on
line source

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