~ubuntu-branches/ubuntu/karmic/rosegarden/karmic

« back to all changes in this revision

Viewing changes to data/pixmaps/misc/close.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-02 00:33:44 UTC
  • mfrom: (1.1.7 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080502003344-67vbfhgqx2yl0ksi
Tags: 1:1.7.0-1ubuntu1
* Merge from Debian unstable. (LP: #225849) Remaining Ubuntu changes:
  - Add usr/share/doc/kde/HTML to rosegarden-data, to provide online
    help documentation.
  - Change fftw3-dev to libfftw3-dev.
  - Update maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *close_icon[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"10 10 2 1",
 
5
"x c black",
 
6
"  c none",
 
7
/* pixels */
 
8
"xx      xx"
 
9
" xx    xx "
 
10
"  xx  xx  "
 
11
"   x xx   "
 
12
"    xx    "
 
13
"    xx    "
 
14
"   xx x   "
 
15
"  xx  xx  "
 
16
" xx    xx "
 
17
"xx      xx"
 
18
 
 
19
};