From a7a6be0aaff3fd2404aa38c18376ae342acb587f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 13 Feb 2003 19:17:23 +0000 Subject: Fix a bug when maximizing, for example, mplayer. PR: 48215 Submitted by: Joe Kelsey Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=98315 --- x11-wm/sawfish2/Makefile | 2 +- x11-wm/sawfish2/files/patch-lisp_sawfish_wm_windows.jl | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 x11-wm/sawfish2/files/patch-lisp_sawfish_wm_windows.jl (limited to 'x11-wm') diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index ada909aee287..b468b12534f7 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sawfish2 PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_windows.jl b/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_windows.jl new file mode 100644 index 000000000000..1ee60c9f51cb --- /dev/null +++ b/x11-wm/sawfish2/files/patch-lisp_sawfish_wm_windows.jl @@ -0,0 +1,11 @@ +--- lisp/sawfish/wm/windows.jl.orig Thu Feb 13 12:54:55 2003 ++++ lisp/sawfish/wm/windows.jl Thu Feb 13 12:55:33 2003 +@@ -320,7 +320,7 @@ + (t x)))) + + (define (adjust-position-for-gravity/y w grav y #!key inverse) +- (let* ((tl-off (window-frame-offset w)) ++ (let* ((tl-off (cdr (window-frame-offset w))) + (br-off (- (cdr (window-frame-dimensions w)) + (cdr (window-dimensions w)))) + (sign (if inverse -1 +1))) -- cgit v1.2.3