Re: xwinclip re selection polling

2002-08-31 Thread Chris Twiner
Harold, >Excellent detective work. It looks like longjmp setjmp is the way to go. I will give it a try someday, unless you want to do it first. Thanks, I'll give it a bash. Best place is right at the beginning I think, all the resources will be useless anyway, as they are tied to the old disp

Re: xwinclip re selection polling

2002-08-31 Thread Chris Twiner
Hi All, Ok, Harold the jmp is in place (i'm closing the hook and freeing the library first of course) and it works. I needed to change the dll though as it was still using the old HWND for the old cygwin/XFree86 window. If a restart is done off the server menu nothing different seems to happe

Using KDE as default desktop under Windows

2002-08-31 Thread David Fraser
Hi there I posted this to the kde-cygwin mailing list and someone suggested reposting it here. Basically an explanation of my kde setup under Windows... I am now using KDE as my default shell under Windows. Thanks to everyone for the effort - it's so much nicer than explorer :-) I thought it w

Re: xwinclip re selection polling

2002-08-31 Thread Chris Twiner
Hi All, I think I've just identified a bug with select on /dev/windows. According to the select code for the windows device it does a if (peekmessage()) then in xwinclip it does the flushwindows upon select returning. I've found a wierd circumstance were select returns but when the flushwind