annotate gui/ui/pixmaps/playdvd.xpm @ 34387:0ba85cad4c7e

Add audio CD playback support to the X11/GTK GUI. (The Win32 GUI already had this support. Add missing - although already used - user event evPlayCD here as well as internal event ivSetCDTrack - although it's unused - for consistency.)
author ib
date Sat, 31 Dec 2011 12:38:52 +0000
parents 520fb0f7544c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
1 /* XPM */
25715
09c3ce60f369 Make xpm arrays really const (I missed that they are not strings but
reimar
parents: 23077
diff changeset
2 static const char * const playdvd_xpm[] = {
34387
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
3 "16 16 109 2",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
4 " c #000000",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
5 "! c #0A0A0A",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
6 "# c #151414",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
7 "$ c #292828",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
8 "% c #313131",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
9 "& c #343333",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
10 "' c #363635",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
11 "( c #373737",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
12 ") c #383737",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
13 "* c #3E3D3D",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
14 "+ c #41403F",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
15 ", c #404040",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
16 "- c #5A5A59",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
17 ". c #5C5C5C",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
18 "/ c #696867",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
19 "0 c #747472",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
20 "1 c #91908E",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
21 "2 c #939290",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
22 "3 c #A1A09E",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
23 "4 c #A7A6A3",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
24 "5 c #B0AFAC",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
25 "6 c #B8B7B4",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
26 "7 c #BEBCB9",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
27 "8 c #C8C7C4",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
28 "9 c #7277FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
29 ": c #9293FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
30 "; c #9393FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
31 "< c #9596FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
32 "= c #989BFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
33 "> c #999CFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
34 "? c #9B9CFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
35 "@ c #9B9DFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
36 "A c #9C9DFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
37 "B c #9E9FFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
38 "C c #A0A2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
39 "D c #A2A4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
40 "E c #A6A8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
41 "F c #A8AAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
42 "G c #B0B0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
43 "H c #AFB1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
44 "I c #B2B4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
45 "J c #B4B4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
46 "K c #B6B6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
47 "L c #B7B7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
48 "M c #B5B8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
49 "N c #B8B9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
50 "O c #BCBCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
51 "P c #BFBFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
52 "Q c #C1C1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
53 "R c #C4C4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
54 "S c #C4C5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
55 "T c #C5C5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
56 "U c #C6C6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
57 "V c #C6C7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
58 "W c #C9CAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
59 "X c #CACAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
60 "Y c #CBCBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
61 "Z c #CACCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
62 "[ c #CCCCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
63 "[] c #CCCDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
64 "] c #CDCDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
65 "^ c #CECEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
66 "_ c #CFCFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
67 "` c #D1D1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
68 "a c #D2D2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
69 "b c #D3D3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
70 "c c #D3D4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
71 "d c #D4D4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
72 "e c #D6D6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
73 "f c #D7D7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
74 "g c #D8D8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
75 "h c #D9D9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
76 "i c #DBDAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
77 "j c #DBDBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
78 "k c #DCDCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
79 "l c #DDDDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
80 "m c #DFDEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
81 "n c #E0E0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
82 "o c #E1E1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
83 "p c #E2E2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
84 "q c #E3E3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
85 "r c #E4E4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
86 "s c #E5E5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
87 "t c #E6E6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
88 "u c #E7E7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
89 "v c #E8E8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
90 "w c #E9E9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
91 "x c #EAE9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
92 "y c #EAEAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
93 "z c #EBEBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
94 "{ c #ECECFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
95 "| c #EDEDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
96 "} c #EFEFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
97 "~ c #F0F0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
98 " ! c #F2F2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
99 "!! c #F3F3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
100 "#! c #F4F4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
101 "$! c #F5F5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
102 "%! c #F6F6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
103 "&! c #F7F7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
104 "'! c #F8F8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
105 "(! c #F9F9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
106 ")! c #FAFAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
107 "*! c #FBFBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
108 "+! c #FCFCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
109 ",! c #FDFDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
110 "-! c #FEFEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
111 ".! c #FFFFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
112 "/! c None",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
113 "/!/!/!/!/!Z c a ` ` /!/!/!/!/!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
114 "/!/!/!M | )!*!*!*!+!.!h H /!/!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
115 "/!/!U ,!&!(!(!(!%!'!)!*!,!N /!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
116 "/!I x k !!&!'!&!#!&!'!,!,!*!F /!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
117 "/!Y [ f o %!'!&!!!$!+!+!$!} []/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
118 "/!a ] e n u '!t s ,!*!!!z q { A ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
119 "S Q ^ f p v a g r j !, l d o D ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
120 "W R _ j r k i /!9 m l $ ( O P B ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
121 "V e g o v q p > N T b % 0 . R < ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
122 "S r p v { *!k g a X U & 3 2 . ; ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
123 "C s v z .!-!$!h &!a T ' 4 6 1 . ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
124 "/!? ~ .!!!!!h !!!!!!T ) 5 8 - /!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
125 "/!/!f *!!!h !!!!!!!!y * 7 # /!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
126 "/!/!= U t h !!!!~ r w + / -!/!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
127 "/!/!/!/!E L X p v l J ! .!/!/!/!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
128 "/!/!/!/!/!/!@ K G : /!P /!/!/!/!"
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
129 };