~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to modules/gui/wxwindows/bitmaps/play.xpm

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * play_xpm[] = {
 
3
"16 16 17 1",
 
4
"*      c None",
 
5
".      c #000000",
 
6
"+      c #800000",
 
7
"@      c #008000",
 
8
"#      c #808000",
 
9
"$      c #000080",
 
10
"%      c #800080",
 
11
"&      c #008080",
 
12
"       c #C0C0C0",
 
13
"=      c #808080",
 
14
"-      c #FF0000",
 
15
";      c #00FF00",
 
16
">      c #FFFF00",
 
17
",      c #0000FF",
 
18
"'      c #FF00FF",
 
19
")      c #00FFFF",
 
20
"!      c #FFFFFF",
 
21
"****************",
 
22
"****************",
 
23
"***..***********",
 
24
"***....*********",
 
25
"***......*******",
 
26
"***........*****",
 
27
"***..........***",
 
28
"***...........**",
 
29
"***..........***",
 
30
"***........*****",
 
31
"***......*******",
 
32
"***....*********",
 
33
"***..***********",
 
34
"****************",
 
35
"****************",
 
36
"****************"};