diff options
author | 2003-11-16 23:39:47 +0000 | |
---|---|---|
committer | 2003-11-16 23:39:47 +0000 | |
commit | b153c39a76979874be6b4dc4e777ba3e0295403b (patch) | |
tree | 03cef64c669dcc172182bc5f4edd6d576b635c05 /x11-wm/sawfish/files | |
parent | fix bug 33609 (diff) | |
download | historical-b153c39a76979874be6b4dc4e777ba3e0295403b.tar.gz historical-b153c39a76979874be6b4dc4e777ba3e0295403b.tar.bz2 historical-b153c39a76979874be6b4dc4e777ba3e0295403b.zip |
fix bug 33609
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/digest-sawfish-1.3-r3 | 1 | ||||
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.3-state-below.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/digest-sawfish-1.3-r3 b/x11-wm/sawfish/files/digest-sawfish-1.3-r3 new file mode 100644 index 000000000000..329b7f1c34ed --- /dev/null +++ b/x11-wm/sawfish/files/digest-sawfish-1.3-r3 @@ -0,0 +1 @@ +MD5 9e5ce5e76c60acecdb1889c1f173295a sawfish-1.3.tar.gz 1582279 diff --git a/x11-wm/sawfish/files/sawfish-1.3-state-below.patch b/x11-wm/sawfish/files/sawfish-1.3-state-below.patch new file mode 100644 index 000000000000..78e8e29f1df4 --- /dev/null +++ b/x11-wm/sawfish/files/sawfish-1.3-state-below.patch @@ -0,0 +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-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-above-depth +2) + + (define supported-states '()) |