~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to docs/gtk3ex/fileopen.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *fileopen[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"    16    15        6            1",
 
5
/* colors */
 
6
". c #000000",
 
7
"# c #808080",
 
8
"a c #c0c0c0",
 
9
"b c #ffffff",
 
10
"c c #dcdcdc",
 
11
"d c #bfbfbf",
 
12
/* pixels */
 
13
"dddddddddddddd..",
 
14
"ddddddddddddd...",
 
15
"dd....dddddddddd",
 
16
"dd.cbc.......ddd",
 
17
"dd.bcbcbcbcb.ddd",
 
18
"dd.cc..........d",
 
19
"dd.bc.ccaaaaa#.d",
 
20
"dd.c.ccacaaa#.dd",
 
21
"dd.c.ccaaa#a#.dd",
 
22
"dd..ccacaaa#.ddd",
 
23
"dd..ccaaa#a#.ddd",
 
24
"dd.########.dddd",
 
25
"dd..........dddd",
 
26
"dddddddddddddddd",
 
27
"dddddddddddddddd"
 
28
};