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

« back to all changes in this revision

Viewing changes to fpcsrc/utils/debugsvr/gtk/bitmaps/close.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 *magick[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 16 7 1",
 
5
"  c black",
 
6
". c #7b7d7b",
 
7
"X c #8b7d8b",
 
8
"o c #8b858b",
 
9
"O c #bdbebd",
 
10
"+ c #cdc6cd",
 
11
"@ c white",
 
12
/* pixels */
 
13
"@@@@@     @@@@@@",
 
14
"@@@@@ ... @@@@@@",
 
15
"@@           @@@",
 
16
"@@ @O+OX...X @@@",
 
17
"@@           @@@",
 
18
"@@@ . . . . @@@@",
 
19
"@@@ @ + o o @@@@",
 
20
"@@  @ O O .  @@@",
 
21
"@ @ @ + o o @ @@",
 
22
"@@@ @ O O . @@@@",
 
23
"@@@ @ + o o @@@@",
 
24
"@@@ @ O O . @@@@",
 
25
"@@@ @ + o o @@@@",
 
26
"@@@ @ O O . @@@@",
 
27
"@@@ @.o.o.o @@@@",
 
28
"@@@         @@@@"
 
29
};