|
Lines 1611-1617
SelectionReceived(Widget w,
Link Here
|
| 1611 |
GettingSelection(dpy, *type, line, *length); |
1611 |
GettingSelection(dpy, *type, line, *length); |
| 1612 |
|
1612 |
|
| 1613 |
#if OPT_WIDE_CHARS |
1613 |
#if OPT_WIDE_CHARS |
| 1614 |
if (*type == XA_UTF8_STRING(dpy)) { |
1614 |
if (*type == XA_UTF8_STRING(dpy) && screen->wide_chars) { |
| 1615 |
rc = Xutf8TextPropertyToTextList(dpy, &text_prop, |
1615 |
rc = Xutf8TextPropertyToTextList(dpy, &text_prop, |
| 1616 |
&text_list, &text_list_count); |
1616 |
&text_list, &text_list_count); |
| 1617 |
if (text_list != NULL && text_list_count != 0) { |
1617 |
if (text_list != NULL && text_list_count != 0) { |