view Gui/mplayer/pixmaps/cancel.xpm @ 10019:0ea7b9c6c27f

1000000000l default fps has been broken on ntsc for a LONG time because of this nonsense! (29.00?!?) no idea why no one caught it, i just have fps=29.97 in my config file... i hope the bsd code works; i can't test it. btw, the (int)*(void **)arg stuff is total nonsense, no idea how that even works...
author rfelker
date Tue, 29 Apr 2003 02:23:47 +0000
parents d237c5d4b216
children 813bc920b876
line wrap: on
line source

/* XPM */
static char * cancel_xpm[] = {
"55 16 7 1",
"       c None",
".      c #FF0000",
"+      c #000000",
"@      c #FF0016",
"#      c #FF0008",
"$      c #ED0000",
"%      c #F30000",
"                                                       ",
" ..      .                                             ",
" ...     ..                                         ++ ",
"  ...    ..                                         ++ ",
"   @..  ..                                          ++ ",
"     .....     ++++   ++++   +++++    ++++   ++++   ++ ",
"     #...     ++  ++ ++  ++  ++  ++  ++  ++ ++  ++  ++ ",
"      $$.     ++       ++++  ++  ++  ++     ++++++  ++ ",
"     .%%.     ++      ++ ++  ++  ++  ++     ++      ++ ",
"     ....$    ++     ++  ++  ++  ++  ++     ++      ++ ",
"    ..  ..    ++  ++ ++  ++  ++  ++  ++  ++ ++  +   ++ ",
"    ..   ..    ++++   +++++  ++  ++   ++++   ++++   ++ ",
"   ..    ..                                            ",
"   ..                                                  ",
"                                                       ",
"                                                       "};