ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.122 by root, Mon Feb 21 08:10:10 2011 UTC vs.
Revision 1.123 by sf-exg, Thu Mar 24 23:55:31 2011 UTC

926void 926void
927rxvt_selection::run () 927rxvt_selection::run ()
928{ 928{
929 int selnum = selection_type; 929 int selnum = selection_type;
930 930
931#if ENABLE_FRILLS
932 if (selnum == Sel_Primary && display->selection_owner)
933 {
934 /* internal selection */
935 char *str = rxvt_wcstombs (display->selection_owner->selection.text, display->selection_owner->selection.len);
936 finish (str, strlen (str));
937 free (str);
938 return;
939 }
940#endif
941
931#if X_HAVE_UTF8_STRING 942#if X_HAVE_UTF8_STRING
932 selection_type = Sel_UTF8String; 943 selection_type = Sel_UTF8String;
933 if (request (display->xa[XA_UTF8_STRING], selnum)) 944 if (request (display->xa[XA_UTF8_STRING], selnum))
934 return; 945 return;
935#else 946#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines