view gui/mplayer/pixmaps/url.xpm @ 32299:2f7330d56aba

Check for __STDC_VERSION__ >= 199901L before declaring lrintf(). This is the correct condition according to the standard.
author diego
date Mon, 27 Sep 2010 08:35:33 +0000
parents 09c3ce60f369
children
line wrap: on
line source

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