view gui/mplayer/pixmaps/sound.xpm @ 32676:db882cd69776

Do not #define _WIN32 on the command line for Cygwin. Newer Cygwin versions no longer do this and hopefully we should be able to survive without this hack as well. This change necessitates adapting two #ifdefs in the MPlayer codebase. It is committed untested as I do not have access to a Cygwin system.
author diego
date Thu, 06 Jan 2011 12:42:59 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const sound_xpm[] = {
"16 16 121 2",
"  	c None",
". 	c #939CA9",
"+ 	c #89919F",
"@ 	c #A6AEBA",
"# 	c #99A0AC",
"$ 	c #5B6576",
"% 	c #1A202C",
"& 	c #1E283A",
"* 	c #141F32",
"= 	c #9CA3AF",
"- 	c #626C7C",
"; 	c #505866",
"> 	c #1A2029",
", 	c #1D232B",
"' 	c #1F2838",
") 	c #263248",
"! 	c #182233",
"~ 	c #B9BFC8",
"{ 	c #6D7585",
"] 	c #181E26",
"^ 	c #1D222B",
"/ 	c #1D232C",
"( 	c #26334B",
"_ 	c #253149",
": 	c #A0AAB8",
"< 	c #888F9B",
"[ 	c #131823",
"} 	c #1C212A",
"| 	c #1F242B",
"1 	c #1F242A",
"2 	c #233047",
"3 	c #293854",
"4 	c #4F5E77",
"5 	c #525C6A",
"6 	c #282F3B",
"7 	c #1A212A",
"8 	c #1E232B",
"9 	c #1F232A",
"0 	c #273040",
"a 	c #4A5B77",
"b 	c #293650",
"c 	c #2F3F5E",
"d 	c #53637E",
"e 	c #151C28",
"f 	c #1C2129",
"g 	c #20242C",
"h 	c #232830",
"i 	c #7485A0",
"j 	c #697C9B",
"k 	c #43536E",
"l 	c #314260",
"m 	c #6F84A1",
"n 	c #676E79",
"o 	c #222B3B",
"p 	c #222935",
"q 	c #20252D",
"r 	c #4B5B74",
"s 	c #879AB3",
"t 	c #596E92",
"u 	c #354259",
"v 	c #394A69",
"w 	c #687EA2",
"x 	c #4A5872",
"y 	c #364153",
"z 	c #303B51",
"A 	c #344054",
"B 	c #7F8DA4",
"C 	c #5C7296",
"D 	c #3E506F",
"E 	c #4D5A6E",
"F 	c #63799A",
"G 	c #323A46",
"H 	c #445573",
"I 	c #36445C",
"J 	c #36445B",
"K 	c #37455D",
"L 	c #425169",
"M 	c #45526A",
"N 	c #27354D",
"O 	c #1D2433",
"P 	c #A6B6CA",
"Q 	c #5C6F8F",
"R 	c #242B38",
"S 	c #323F56",
"T 	c #3F4F68",
"U 	c #44536C",
"V 	c #53617A",
"W 	c #6C7A92",
"X 	c #B0BBCC",
"Y 	c #9EA7B8",
"Z 	c #C5CDDA",
"` 	c #6E809B",
" .	c #212935",
"..	c #151A23",
"+.	c #293344",
"@.	c #44526A",
"#.	c #617087",
"$.	c #8C98A9",
"%.	c #B0B8C4",
"&.	c #C9CED7",
"*.	c #C5CCD8",
"=.	c #79879E",
"-.	c #2B3648",
";.	c #121824",
">.	c #1F232C",
",.	c #626F87",
"'.	c #4D5B74",
").	c #C0C6D1",
"!.	c #C7CBD0",
"~.	c #BAC3D0",
"{.	c #8592A6",
"].	c #222830",
"^.	c #7B8495",
"/.	c #778195",
"(.	c #B2B8C2",
"_.	c #B3B8BF",
":.	c #49535F",
"<.	c #1D2229",
"[.	c #252B30",
"}.	c #1F252C",
"|.	c #1A1C20",
"                                ",
"                . + @ #         ",
"              $ % & * = -       ",
"            ; > , ' ) ! ~       ",
"          { ] ^ , / ( _ :       ",
"        < [ } | 1 ' 2 3 4 5     ",
"        6 7 8 9 0 a b c d       ",
"      6 e f g h i j k l m       ",
"      n o p q r s t u v w x     ",
"      y z A A B C D E F G H     ",
"      I J K L M N O P Q R S     ",
"      T U V W X Y Z `  ...+.    ",
"      @.#.$.%.&.*.=.-.;.>.      ",
"      ,.'.).!.~.{.].            ",
"      ^./.(._.:.<.              ",
"        [.}.|.                  "};