~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to DataManagerII/table.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *table_xpm[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"    16    16        6            1",
 
5
/* colors */
 
6
". c #000000",
 
7
"# c #ffffff",
 
8
"a c #808000",
 
9
"b c #c0c000",
 
10
"c c #ffffc0",
 
11
"d c None",
 
12
/* pixels */
 
13
"dddddddddddddddd",
 
14
"dddddddddddddddd",
 
15
"dddddddddddddddd",
 
16
"dddddddd...ddddd",
 
17
"ddddddd.###..ddd",
 
18
"dddddd.##b###..d",
 
19
"ddddd.##b######.",
 
20
"dddd.#c###b###b.",
 
21
"ddd.ccc######b.d",
 
22
"dd.cc#cc##c#b.dd",
 
23
"d.ccccc#c##b.ddd",
 
24
"d..accccc#b.dddd",
 
25
"ddd..acccb.ddddd",
 
26
"ddddd..ab.dddddd",
 
27
"ddddddd..ddddddd",
 
28
"dddddddddddddddd"
 
29
};