~ubuntu-branches/ubuntu/trusty/idjc/trusty

« back to all changes in this revision

Viewing changes to artwork/control_c.xpm

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 16:33:59 UTC
  • mfrom: (0.2.6)
  • Revision ID: package-import@ubuntu.com-20111203163359-dq5fy9i756jpoy29
Tags: 0.8.6-1
* New upstream release.
* debian/control:
  - Wrap and sort.
  - Build-depend on autopoint.
  - Drop autotools-dev, unnecessary.
* Drop the whole patch set, none of them is still needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * control_c_xpm[] = {
3
 
"16 16 9 1",
4
 
"       c None",
5
 
".      c #000000",
6
 
"+      c #D2D2D2",
7
 
"@      c #FFFFFF",
8
 
"#      c #D0D0D0",
9
 
"$      c #383838",
10
 
"%      c #A9A9A9",
11
 
"&      c #CECECE",
12
 
"*      c #C9C9C9",
13
 
"       .        ",
14
 
"     .....      ",
15
 
"       .        ",
16
 
"   .........    ",
17
 
"   .+@@@@@#.    ",
18
 
"   .@@$.$@@.    ",
19
 
"   .@@@@@@@.    ",
20
 
"   .@@%.%@@.    ",
21
 
"   .@@@@@@@.    ",
22
 
"   .&@@@@@*.    ",
23
 
"   .........    ",
24
 
"       .        ",
25
 
"     .....      ",
26
 
"       .        ",
27
 
"     .....      ",
28
 
"       .        "};