summaryrefslogtreecommitdiff
path: root/wm/lwm/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-26 13:52:54 +0000
committeradam <adam@pkgsrc.org>2004-05-26 13:52:54 +0000
commitb4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d (patch)
tree92d71f3f79414cc599fd8c525ce1d82c5a835d3d /wm/lwm/patches
parentcf1b31001fa76a283c5aabcf74325d3eb5153238 (diff)
downloadpkgsrc-b4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d.tar.gz
Changes 1.2.0:
* Fixed bug (reported by Eugene Wong) where resizing the top of a window would cause it to jump up several pixels. The height of the titlebar was not being considered when calculating mouse motion in reshaping_motionnotify(). * Modified manage() to avoid autoplacing windows during initialisation. * Applied patch from Elliott that gives focus to new windows in click-to-focus mode. * Changed the buttonpress code in disp.c to ignore scroll wheel "clicks". * Modified Client_Remove so that, in click-to-focus mode, it refocuses on the most sensible window (either the top window, or the window that the closing window was a transient for). * Attempted to fix the edit placement bug by adding titleHeight() to the supplied X coordinate during a ConfigureRequest event, and not attempting to fix clients that don't supply a border width during a configure request. * Fixed fullscreen-mode bug where galeon windows appeared to jump up and to the left after the first click.
Diffstat (limited to 'wm/lwm/patches')
-rw-r--r--wm/lwm/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/lwm/patches/patch-aa b/wm/lwm/patches/patch-aa
index c2dfe02fed7..80bfd65d29c 100644
--- a/wm/lwm/patches/patch-aa
+++ b/wm/lwm/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/05/26 13:52:54 adam Exp $
---- Imakefile.orig Wed Oct 20 10:33:03 1999
-+++ Imakefile Mon Feb 28 01:22:33 2000
-@@ -7,6 +7,6 @@
- SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
+--- Imakefile.orig 2003-12-08 23:22:27.000000000 +0000
++++ Imakefile
+@@ -24,6 +24,6 @@ HEADERS = lwm.h ewmh.h
+ SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c session.c ewmh.c
OBJS = ${SRCS:.c=.o}
-ComplexProgramTarget(lwm)