~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcdocs/gtk3ex/filesave.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

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
};