XWin causes Windows apps to hang(?)

Alexander Gottwald Alexander.Gottwald@s1999.tu-chemnitz.de
Wed Feb 25 11:04:00 GMT 2004


Alexander Gottwald wrote:

> 0 is ERROR_SUCCESS which means "The operation completed successfully"
> I guess the clipboard was opened successfully but returned a wrong
> error condition. After bailing out we leave the clipboard in an open
> state and other programs can not access it anymore.
>
> I guess this is worth a try:
>
> from winclipboardwrappers.c:461
>
>   /* Access the Windows clipboard */
>   if (!OpenClipboard (g_hwndClipboard))
>     {
>       DWORD errorcode = GetLastError();
>       ErrorF ("winProcSetSelectionOwner - OpenClipboard () failed: %08x\n",
>             (int) errorcode);
>       if (errorcode != ERROR_SUCCESS)
>         goto winProcSetSelectionOwner_Done;
>     }

This was a deadend too. I had XWin running with this change and it
produced logmessages (from memory):

OpenClipboard () failed: 0000000
EmptyClipboard () failed: $NUMBER (Clipboard not open error)

bye
   ago
NP: New Concept - Station Man
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list