Mercurial > mplayer.hg
view Gui/mplayer/pixmaps/title.xpm @ 20164:b064d49b08f9
Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.
patch by Laurent Wozniak, laurent.wozniak laposte net
author | diego |
---|---|
date | Thu, 12 Oct 2006 00:39:47 +0000 |
parents | 518b5935a909 |
children |
line wrap: on
line source
/* XPM */ static const char * title_xpm[] = { "16 16 4 1", " c None", ". c #000000", "+ c #CD0909", "@ c #FFFFFF", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};