aboutsummaryrefslogtreecommitdiffstats
path: root/rxvt-unicode/rxvt-unicode-3.1/xwc.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /rxvt-unicode/rxvt-unicode-3.1/xwc.patch
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
downloadopenembedded-f96441b9faf769c9ecdd4d338b605ea3d0cc4010.tar.gz
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'rxvt-unicode/rxvt-unicode-3.1/xwc.patch')
-rw-r--r--rxvt-unicode/rxvt-unicode-3.1/xwc.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/rxvt-unicode/rxvt-unicode-3.1/xwc.patch b/rxvt-unicode/rxvt-unicode-3.1/xwc.patch
index e69de29bb2..24bdfbc554 100644
--- a/rxvt-unicode/rxvt-unicode-3.1/xwc.patch
+++ b/rxvt-unicode/rxvt-unicode-3.1/xwc.patch
@@ -0,0 +1,14 @@
+--- rxvt-unicode-3.1/src/screen.C~ 2004-06-21 20:56:06.000000000 +0100
++++ rxvt-unicode-3.1/src/screen.C 2004-06-27 18:16:38.000000000 +0100
+@@ -3473,9 +3473,11 @@
+
+ // Xwc doesn't handle iso-10646 in wchar_t gracefully, so maybe recode it
+ // manually for XUTF8StringStyle.
++#ifdef HAVE_XWC
+ if (XwcTextListToTextProperty (display->display, &cl, 1, style, &ct) >= 0)
+ freect = 1;
+ else
++#endif
+ {
+ /* if we failed to convert then send it raw */
+ ct.value = (unsigned char *)cl;