openbsd-ports/x11/wmx/patches/patch-Config.h
naddy 906ae290d3 - C++ fix for gcc3
- regen patches
2002-09-30 14:31:50 +00:00

24 lines
1.0 KiB
C

$OpenBSD: patch-Config.h,v 1.3 2002/09/30 14:31:50 naddy Exp $
--- Config.h.orig Wed May 24 17:48:59 2000
+++ Config.h Mon Sep 30 16:34:44 2002
@@ -75,8 +75,8 @@ static DynamicConfig &dConfig = DynamicC
// What to run to get a new window (from the "New" menu option)
#define CONFIG_NEW_WINDOW_LABEL "New"
-//#define CONFIG_NEW_WINDOW_COMMAND "xterm"
-#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal"
+#define CONFIG_NEW_WINDOW_COMMAND "xterm"
+//#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal"
#define CONFIG_NEW_WINDOW_COMMAND_OPTIONS 0
// or, for example,
//#define CONFIG_NEW_WINDOW_COMMAND_OPTIONS "-ls","-sb","-sl","1024",0
@@ -373,7 +373,7 @@ static DynamicConfig &dConfig = DynamicC
// that you are not currently on, some strange things happen.
// (Patch due to Henri Naccache <henri@asu.edu>)
-#define CONFIG_GNOME_COMPLIANCE False
+#define CONFIG_GNOME_COMPLIANCE True
// This lets you choose whether to keep the regular wmx
// mouse button behaviour, or go w/ the GNOME-described one.