diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-11-19 12:58:15 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-11-19 12:58:15 +0000 |
commit | 3bd096f29b123618c1073971a504d8d7bcfb1900 (patch) | |
tree | 9faaf383f70ea612618b23e85a03ef7b3e113e46 /x11-wm/sawfish/files | |
parent | New version of cvs.eclass: Added ECVS_AUTH and ECVS_RUNAS. (diff) | |
download | gentoo-2-3bd096f29b123618c1073971a504d8d7bcfb1900.tar.gz gentoo-2-3bd096f29b123618c1073971a504d8d7bcfb1900.tar.bz2 gentoo-2-3bd096f29b123618c1073971a504d8d7bcfb1900.zip |
Added fullscreen patch.
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.2-fullscreen.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/sawfish-1.2-fullscreen.patch b/x11-wm/sawfish/files/sawfish-1.2-fullscreen.patch new file mode 100644 index 000000000000..aa7482528dd0 --- /dev/null +++ b/x11-wm/sawfish/files/sawfish-1.2-fullscreen.patch @@ -0,0 +1,12 @@ +--- lisp/sawfish/wm/windows.jl.old 2002-11-18 15:58:07.000000000 +0100 ++++ lisp/sawfish/wm/windows.jl 2002-11-18 15:58:39.000000000 +0100 +@@ -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))) + |