~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to ecb-images/default/height-10/ecb-handle.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * handle_xpm[] = {
3
 
"10 10 2 1",
 
1
/* XPM */ 
 
2
static char * ecbhandle_xpm[] = {
 
3
"8 10 3 1",
4
4
"       c None",
5
 
".      c #ADA5C6",
6
 
"          ",
7
 
"          ",
8
 
"          ",
9
 
"          ",
10
 
"..........",
11
 
"          ",
12
 
"          ",
13
 
"          ",
14
 
"          ",
15
 
"          "};
 
5
"!      c black",
 
6
"#      c #ADA5C6",
 
7
"        ",
 
8
"        ",
 
9
"        ",
 
10
"        ",
 
11
"########",
 
12
"        ",
 
13
"        ",
 
14
"        ",
 
15
"        ",
 
16
"        "};
 
 
b'\\ No newline at end of file'