Commit 354edc47 authored by Alexandre Julliard's avatar Alexandre Julliard

x11drv: Fixed typo in the clipboard XA_STRING handling.

parent f6097f5b
......@@ -1865,7 +1865,7 @@ static int X11DRV_CLIPBOARD_QueryAvailableData(LPCLIPBOARDINFO lpcbinfo)
selectionCacheSrc = x11drv_atom(CLIPBOARD);
else
{
Atom xstr = XA_PRIMARY;
Atom xstr = XA_STRING;
/* Selection Owner doesn't understand TARGETS, try retrieving XA_STRING */
if (X11DRV_CLIPBOARD_QueryTargets(display, w, XA_PRIMARY, XA_STRING, &xe))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment