Mercurial > mplayer.hg
view gui/ui/pixmaps/equalizer.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 |
line wrap: on
line source
/* XPM */ static const char * const equalizer_xpm[] = { "16 16 16 1", " c None", ". c #000000", "+ c #FE3700", "@ c #FE8200", "# c #FEB900", "$ c #FFBA00", "% c #FEF100", "& c #FFF100", "* c #E8FE00", "= c #E9FF00", "- c #95FE00", "; c #96FF00", "> c #48FE00", ", c #49FF00", "' c #23FF00", ") c #24FF00", " .............. ", "................", ".....++.........", ".....@@.@@@.....", ".....@@.@@@.....", ".##$.##.###.....", ".###.##.###.....", ".%%&.%%.%%%.....", ".**=.**.***.**=.", ".***.**.***.***.", ".--;.--.---.--;.", ".---.--.---.---.", ".>>,.>>.>>>.>>,.", ".'').''.'''.'').", ".'''.''.'''.'''.", "................"};