view Gui/mplayer/pixmaps/pause.xpm @ 15438:5f6e6d6cccbc

1.924: windows priority support patch 1.925: Added support of audio stream switching in the MPEG demuxer using the #-key 1.926: Online audio switching is for MPEG files only at the moment. 1.927: Better defaults encoding settings for XviD 1.928: changed :vaspect option to float type 1.929: HRTF update 1.930: Use | for alternatives and - for ranges in option parameter descriptions. 1.931: Make the -priority warning obey the standard formatting. 1.932: hrtf typo fix
author kraymer
date Fri, 13 May 2005 16:50:36 +0000
parents be3261b2bcf4
children 518b5935a909
line wrap: on
line source

/* XPM */
static char * pause_xpm[] = {
"16 16 29 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #737372",
"#	c #848483",
"$	c #888887",
"%	c #7E7E7D",
"&	c #A8A7A6",
"*	c #A4A4A3",
"=	c #A6A5A4",
"-	c #B5B4B3",
";	c #858483",
">	c #AAA9A7",
",	c #C0BFBE",
"'	c #91908E",
")	c #AFAEAC",
"!	c #CACAC8",
"~	c #A6A5A2",
"{	c #BBBAB7",
"]	c #D4D3D2",
"^	c #AEADA9",
"/	c #BFBDBA",
"(	c #D7D5D3",
"_	c #B2B0AD",
":	c #C3C1BE",
"<	c #D9D8D6",
"[	c #B5B3B0",
"}	c #D1CFCC",
"|	c #DEDDDB",
"                ",
"  .....+.....+  ",
"  .@#$.+.@#$.+  ",
"  .%&*.+.%&*.+  ",
"  .%=-.+.%=-.+  ",
"  .;>,.+.;>,.+  ",
"  .')!.+.')!.+  ",
"  .')!.+.')!.+  ",
"  .')!.+.')!.+  ",
"  .~{].+.~{].+  ",
"  .~{].+.~{].+  ",
"  .^/(.+.^/(.+  ",
"  ._:<.+._:<.+  ",
"  .[}|.+.[}|.+  ",
"  .....+.....+  ",
"  +++++ +++++   "};