add patch from fedora to try and fix qt copy & paste problems on 64bit systems

SVN revision: 41896
This commit is contained in:
Mike Frysinger 2009-08-20 18:40:47 +00:00
parent 652f8f3a86
commit 05997662cd
1 changed files with 1 additions and 1 deletions

View File

@ -3320,7 +3320,7 @@ selection_send(XSelectionRequestEvent * rq)
target_list[0] = (Atom32) props[PROP_SELECTION_TARGETS];
target_list[1] = (Atom32) XA_STRING;
XChangeProperty(Xdisplay, rq->requestor, rq->property, rq->target,
8, PropModeReplace, (unsigned char *) target_list,
(8 * sizeof(target_list[0])), PropModeReplace, (unsigned char *) target_list,
(sizeof(target_list) / sizeof(target_list[0])));
ev.xselection.property = rq->property;
#if defined(MULTI_CHARSET) && defined(HAVE_X11_XMU_ATOMS_H)