~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/icons/droptablespace.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char* const droptablespace_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 16 5 1",
 
5
"  c black",
 
6
". c gray50",
 
7
"X c red",
 
8
"o c gray100",
 
9
"O c None",
 
10
/* pixels */
 
11
"OOOOO     XX  XX",
 
12
"OOOO .... XXXXXX",
 
13
"OOO ...... XXXX ",
 
14
"OOO  ...   XXXX ",
 
15
"OOO o   . XXXXXX",
 
16
"OO      . XX  XX",
 
17
"O ......    ..  ",
 
18
" ........     o ",
 
19
"  ......  ooooo ",
 
20
" o      o oooo  ",
 
21
" oooooooo     o ",
 
22
"  oooooo  ooooo ",
 
23
" o      o oooo O",
 
24
" oooooooo     OO",
 
25
"O oooooo OOOOOOO",
 
26
"OO      OOOOOOOO"
 
27
};