diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2009-07-09 20:24:06 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2009-07-09 20:24:06 +0000 |
commit | a320af58fc8cd2573272f7a75d3530fc1eb2b6f2 (patch) | |
tree | 4c2d0144165d668689d99a14362ccf633c1b0693 /themes/default/shade-active.xpm | |
parent | c7776a8485deb42948ac8a673f9a03ce00b84e20 (diff) | |
download | xfwm4-a320af58fc8cd2573272f7a75d3530fc1eb2b6f2.tar.gz |
* src/cycle.c, src/events.c, src/client.c: Transition fullscreen
windows back to their original layer when another window is
activated (Bug #3551), do not clear the show desktop flag upon
activation of already visible windows,
* src/moveresize.c: prelinminary support for snap on resize
(patch by Clifford Jolly<cliff@cliffjolly.com>)
(Old svn revision: 30233)
Diffstat (limited to 'themes/default/shade-active.xpm')
-rw-r--r-- | themes/default/shade-active.xpm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm index f7ab9745f..cff361e01 100644 --- a/themes/default/shade-active.xpm +++ b/themes/default/shade-active.xpm @@ -1,12 +1,11 @@ /* XPM */ static char * shade_active_xpm[] = { -"18 24 2 1", +"18 22 2 1", " c None", ". c #C0C0FF s active_color_1", " ", " ", " ", -" ", " ................ ", "..................", "..................", @@ -25,5 +24,4 @@ static char * shade_active_xpm[] = { "..................", "..................", " ................ ", -" ", " "}; |