~ubuntu-branches/ubuntu/trusty/silo-llnl/trusty

« back to all changes in this revision

Viewing changes to tools/silex/array.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2011-01-02 00:03:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110102000301-9s2hfsjrkguz6h4r
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *array_xpm[] = {
 
3
"16 16 3 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #909BFC",
 
7
"   .........    ",
 
8
"   .+++++++.    ",
 
9
"   .+++++++.    ",
 
10
"   .........    ",
 
11
"   .+++++++.    ",
 
12
"   .+++++++.    ",
 
13
"   .........    ",
 
14
"   .+++++++.    ",
 
15
"   .+++++++.    ",
 
16
"   .........    ",
 
17
"   .+++++++.    ",
 
18
"   .+++++++.    ",
 
19
"   .........    ",
 
20
"   .+++++++.    ",
 
21
"   .+++++++.    ",
 
22
"   .........    "};