Mercurial > mplayer.hg
view gui/ui/pixmaps/about.xpm @ 34332:18b362493e28
Add evSetSubtitle event to the Win32 GUI.
Although it doesn't exist in the Win32 GUI it should be defined
as it is in the X11/GTK GUI.
Additionally, move evPlayCD (currently only existing in the Win32 GUI)
to the user event definitions.
author | ib |
---|---|
date | Fri, 09 Dec 2011 13:14:23 +0000 |
parents | f4a32f67fee7 |
children | 0705ebc1bede |
line wrap: on
line source
/* XPM */ static const char * const about_xpm[] = { "16 16 15 1", " c None", ". c #000000", "+ c #EEF63E", "@ c #EAF13D", "# c #F0F83F", "$ c #CBD235", "% c #E9F03D", "& c #E5EC3C", "* c #E8F03D", "= c #ABB02D", "- c #ECF33E", "; c #EFF73F", "> c #CED636", ", c #B4BA2F", "' c #CDD435", " ", " ", " ", " ", " . ", " .+. ", " ..@#$.. ", " .######%. ", " .####&. ", " .*###=. ", " .#-.;>. ", " .,. .'. ", " . . ", " ", " ", " "};