diff options
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 '()) |