diff options
Diffstat (limited to 'packages/rxvt-unicode/files/xwc.patch')
-rw-r--r-- | packages/rxvt-unicode/files/xwc.patch | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/packages/rxvt-unicode/files/xwc.patch b/packages/rxvt-unicode/files/xwc.patch index 2db765040b..7cf59656ce 100644 --- a/packages/rxvt-unicode/files/xwc.patch +++ b/packages/rxvt-unicode/files/xwc.patch @@ -1,17 +1,20 @@ ---- ../rxvt-unicode-cvs-r0/rxvt-unicode/src/screen.C 2004-12-15 00:53:23 +00:00 -+++ rxvt-unicode/src/screen.C 2004-12-24 02:28:38 +00:00 -@@ -3067,9 +3067,8 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- rxvt-unicode-4.8/src/screen.C~xwc.c ++++ rxvt-unicode-4.8/src/screen.C +@@ -3058,7 +3058,7 @@ else rxvt_warn ("can't get primary selection, ignoring.\n"); -#if 0 +#ifdef HAVE_XWC XTextProperty ct; -- + if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0) - { - set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems); -@@ -3641,9 +3640,11 @@ +@@ -3632,9 +3632,11 @@ } else #endif |