diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 12:16:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 12:16:43 +0000 |
commit | e704acd1dcc60acf847a3dd24082f8f8cdefb3db (patch) | |
tree | 8e191c921d15fdbc910d34c6fc3da637a47d21b1 /x11-wm/sawfish/files | |
parent | repair bad patch (diff) | |
download | gentoo-2-e704acd1dcc60acf847a3dd24082f8f8cdefb3db.tar.gz gentoo-2-e704acd1dcc60acf847a3dd24082f8f8cdefb3db.tar.bz2 gentoo-2-e704acd1dcc60acf847a3dd24082f8f8cdefb3db.zip |
repair bad patch
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.3-state-below.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/sawfish/files/sawfish-1.3-state-below.patch b/x11-wm/sawfish/files/sawfish-1.3-state-below.patch index 78e8e29f1df4..77bfabcaf523 100644 --- a/x11-wm/sawfish/files/sawfish-1.3-state-below.patch +++ b/x11-wm/sawfish/files/sawfish-1.3-state-below.patch @@ -1,11 +1,11 @@ ---- /var/tmp/portage/sawfish-1.3-r2/work/sawfish-1.3/lisp/sawfish/wm/state/wm-spec.jl 2003-11-16 16:13:33.000000000 +0100 +--- sawfish-1.3/lisp/sawfish/wm/state/wm-spec.jl 2003-11-16 16:13:33.000000000 +0100 +++ sawfish-1.3/lisp/sawfish/wm/state/wm-spec.jl 2003-03-16 21:56:48.000000000 +0100 @@ -125,7 +125,7 @@ _NET_WM_WINDOW_TYPE_UTILITY _NET_WM_WINDOW_TYPE_SPLASH]) -- (defvar wm-spec-below-depth -2) -+ (defvar wm-spec-below-depth +2) +- (defvar wm-spec-below-depth +2) ++ (defvar wm-spec-below-depth -2) (defvar wm-spec-above-depth +2) (define supported-states '()) |