2016-02-12 jfc York Patches from Greg Kenneky and other fixes for fullscreen windows. Released lvm-1.2.4. 2013-07-09 jfc York Applied a couple of minor patches suggested by Jari Aalto, the Debian package maintainer. Released lwm-1.2.3. 2009-11-24 jfc York Released lwm-1.2.2. 2009-11-20 jfc York Improved performance by only checking for pending X events when the socket it ready for reading. Fixed applyGravity() bug that caused frameless windows to be mis-positioned. Applied a workaround in destroy() to avoid error reports when closing windows. 2005-01-28 jfc York Applied a patch from Chris Reece that ensures that the popup menu does not disappear off the bottom of the screen.
12 lines
371 B
Text
12 lines
371 B
Text
$NetBSD: patch-aa,v 1.4 2020/03/24 17:54:27 nia Exp $
|
|
|
|
--- Imakefile.orig 2016-02-12 17:45:44.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)
|
|
+ComplexProgramTargetNoMan(lwm)
|
|
|
|
${OBJS}: ${HEADERS}
|