annotate gui/dialog/pixmaps/tv.xpm @ 37195:ac6c37d85d65 default tip

configure: Fix initialization of variable def_local_aligned_32 It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead of HAVE_LOCAL_ALIGNED_32.
author al
date Sun, 28 Sep 2014 18:38:41 +0000
parents 28ea255e40ce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36429
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
1 /* XPM */
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
2 static const char * const tv_xpm[] = {
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
3 "16 16 8 1",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
4 " c #000000",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
5 "! c #FFFFFF",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
6 "# c #666666",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
7 "$ c #999999",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
8 "% c #B3B3B3",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
9 "& c #CCCCCC",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
10 "' c #E6E6E6",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
11 "( c None",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
12 "((((((((((((((((",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
13 "((((((((((((((((",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
14 "( (",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
15 " !!!!!!!!!!!! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
16 " ! ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
17 " ! #$%&''&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
18 " ! #$%&!!&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
19 " ! #$%&!!&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
20 " ! #$%&!!&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
21 " ! #$%&!!&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
22 " ! #$%&''&%$# ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
23 " ! ! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
24 " !!!!!!!!!!!! ",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
25 "( (",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
26 "((((((((((((((((",
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
27 "(((((((((((((((("
28ea255e40ce Add support for TV/DVB to the GUI.
ib
parents:
diff changeset
28 };