diff options
Diffstat (limited to 'wm/icewm/patches')
-rw-r--r-- | wm/icewm/patches/patch-ae | 22 | ||||
-rw-r--r-- | wm/icewm/patches/patch-af | 8 |
2 files changed, 4 insertions, 26 deletions
diff --git a/wm/icewm/patches/patch-ae b/wm/icewm/patches/patch-ae deleted file mode 100644 index 5d6b6e6315c..00000000000 --- a/wm/icewm/patches/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ae,v 1.9 2004/11/09 07:58:14 xtraeme Exp $ - ---- src/wmmgr.cc.orig 2004-11-09 08:54:16.000000000 +0100 -+++ src/wmmgr.cc 2004-11-09 08:55:05.000000000 +0100 -@@ -203,7 +203,7 @@ - if (xapp->WinMask && win95keys) { - /// !!! fix -- allow apps to use remaining key combos (except single press) - if (xapp->Win_L) { --#if 0 -+#if 1 - grabKey(xapp->Win_L, 0); - #else - -@@ -214,7 +214,7 @@ - #endif - } - if (xapp->Win_R) { --#if 0 -+#if 1 - grabKey(xapp->Win_R, 0); - #else - KeyCode keycode = XKeysymToKeycode(xapp->display(), xapp->Win_R); diff --git a/wm/icewm/patches/patch-af b/wm/icewm/patches/patch-af index 5720d0a3851..f1c0ce49311 100644 --- a/wm/icewm/patches/patch-af +++ b/wm/icewm/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.11 2005/01/13 01:31:53 xtraeme Exp $ +$NetBSD: patch-af,v 1.12 2005/01/20 04:27:49 xtraeme Exp $ ---- src/ylocale.cc.orig 2004-08-16 06:58:31.000000000 +0200 -+++ src/ylocale.cc 2005-01-13 02:25:55.000000000 +0100 +--- src/ylocale.cc.orig 2005-01-20 05:16:50.000000000 +0100 ++++ src/ylocale.cc 2005-01-20 05:18:15.000000000 +0100 @@ -15,6 +15,7 @@ #include "intl.h" @@ -19,6 +19,6 @@ $NetBSD: patch-af,v 1.11 2005/01/13 01:31:53 xtraeme Exp $ +#else if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen)) +#endif - warn(_("Invalid multibyte string \"%s\": %s"), lStr, strerror(errno)); + warn(_("Invalid multibyte string \"%s\": %s"), lStr, strerror(errno)); *((YUChar *) outbuf) = 0; |