From 75c61cfd5419bf231d79e659a8cf95d2e888d2fa Mon Sep 17 00:00:00 2001 From: jakob Date: Mon, 1 Oct 2001 15:46:16 +0000 Subject: [PATCH] enable gnome support --- x11/wmx/patches/patch-Config.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/x11/wmx/patches/patch-Config.h b/x11/wmx/patches/patch-Config.h index cbd92d21ece..966f5a48762 100644 --- a/x11/wmx/patches/patch-Config.h +++ b/x11/wmx/patches/patch-Config.h @@ -11,3 +11,12 @@ #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 @@ + // that you are not currently on, some strange things happen. + // (Patch due to Henri Naccache ) + +-#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.