diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-29 07:38:55 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-29 07:38:55 +0000 |
commit | f4f85055ba2e64154adac43ac110f7580f06440e (patch) | |
tree | 8a9e37660fef8c3ea639f5c59871849a40ac50d9 /x11-wm/sawfish2 | |
parent | a450b94ab55972279570620d4dd0b80ec22f71a2 (diff) | |
download | FreeBSD-ports-f4f85055ba2e64154adac43ac110f7580f06440e.zip FreeBSD-ports-f4f85055ba2e64154adac43ac110f7580f06440e.tar.gz |
Properly _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.
PR: 57338
Submitted by: Jeremy Messenger <mezz7@cox.net>
Reported by: netchild
Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=210518
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 67fd212..0063e18 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sawfish2 PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ diff --git a/x11-wm/sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl b/x11-wm/sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl new file mode 100644 index 0000000..c51fd1a --- /dev/null +++ b/x11-wm/sawfish2/files/patch-lisp::sawfish::wm::state::wm-spec.jl @@ -0,0 +1,11 @@ +--- lisp/sawfish/wm/state/wm-spec.jl.orig Sun Sep 28 22:51:20 2003 ++++ lisp/sawfish/wm/state/wm-spec.jl Sun Sep 28 22:52:10 2003 +@@ -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 '()) |