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

« back to all changes in this revision

Viewing changes to tools/silex/object.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 *object_xpm[] = {
 
3
"16 16 4 1",
 
4
"       c None",
 
5
".      c #040404",
 
6
"+      c #C4C403",
 
7
"@      c #918F0D",
 
8
"                ",
 
9
"    ........    ",
 
10
" .  .++++++.  . ",
 
11
"... .++++++. ...",
 
12
".++..........++.",
 
13
".++..@@@@@@..++.",
 
14
"....@@@@@@@@....",
 
15
"  ............  ",
 
16
"   .++++++++.   ",
 
17
"   .++++++++.   ",
 
18
"   .++++++++.   ",
 
19
"   .++++++++.   ",
 
20
"   ..........   ",
 
21
"                ",
 
22
"                ",
 
23
"                "};