~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to themes/katiola/close-pressed.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Jérôme Guelfucci, Jérôme Guelfucci, Lionel Le Folgoc
  • Date: 2009-01-30 18:28:59 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20090130182859-1tci3n1f1hhppvc2
Tags: 4.5.99.1-0ubuntu1
[ Jérôme Guelfucci ]
* Merge with Debian Xfce UNRELEASED, remaining Ubuntu changes:
  - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS).

[ Lionel Le Folgoc ]
* debian/control: use our Vcs-* fields.
* Bugs fixed by this new release:
  - "User interface of focused application is covered by another application's
    new window in Xfce" (LP: #250101)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * close_pressed_xpm[] = {
3
 
"24 14 5 1",
4
 
"       c None",
5
 
".      c #C0C0C0 s active_color_2",
6
 
"+      c #D0D0D0 s active_hilight_2",
7
 
"@      c #A0A0D0 s active_shadow_2",
8
 
"#      c #000000 s active_border_color",
9
 
" ...................... ",
10
 
"........................",
11
 
"........................",
12
 
"........................",
13
 
"........##....##........",
14
 
"........###..###........",
15
 
".........######.........",
16
 
"..........####..........",
17
 
"..........####..........",
18
 
".........######.........",
19
 
"........###..###........",
20
 
"........##....##........",
21
 
"........................",
22
 
" ...................... "};