"gerard patel" <[EMAIL PROTECTED]> wrote:
[...]
> - in X11DRV_IsClipboardFormatAvailable a call to
> CLIPBOARD_IsPresent had disappeared; adding it again
> get back the text exchange between Wine applications.
X11 clipboard driver should call only exported win32 functions IMO.
Driver doesn't need to know about internal clipboard cache at all.
All it should do is to provide a way of setting clipboard data
to the X buffer and a way of getting data from it. Not more not less.
Anyway when driver is called, CLIPBOARD_IsPresent should be already
tested. Except this your patch looks right for me.