~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to fpcdocs/gtk3ex/filesave.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *filesave[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"    16    16        7            1",
 
5
/* colors */
 
6
". c #ffffff",
 
7
"# c #c3c3c3",
 
8
"a c #666666",
 
9
"b c #0000cc",
 
10
"c c #000066",
 
11
"d c #000000",
 
12
"e c #b2c0dc",
 
13
/* pixels */
 
14
"eeeeeeeeeeeeeeee",
 
15
"edddddddddddddee",
 
16
"edb........bbdae",
 
17
"edb.ddddd..bbdae",
 
18
"edb........bbdae",
 
19
"edb.ddd....bbdae",
 
20
"edb........bbdae",
 
21
"edb........bbdae",
 
22
"edbbbbbbbbbbbdae",
 
23
"edbcccccccccbdae",
 
24
"edbcccccccccbdae",
 
25
"edbcc#####ccbdae",
 
26
"edbcc##cc#ccbdae",
 
27
"edbcc##cc#ccbdae",
 
28
"edddddddddddddae",
 
29
"eeaaaaaaaaaaaaae"
 
30
};