blob: 477011d01f4db0ff445e598be332a9babeb02ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.12 2006/01/03 14:31:36 sketch Exp $
--- Makefile.orig 2005-06-02 18:22:49.000000000 +0100
+++ Makefile 2005-06-07 08:54:32.000000000 +0100
@@ -25,7 +25,7 @@
# Use Motif hints to find if a window should be borderless.
# To use this option, you need to have the Motif development files installed.
-DEFINES += -DMWM_HINTS
+#DEFINES += -DMWM_HINTS
# To support virtual desktops, uncomment the following line.
DEFINES += -DVWM
|