focus / windows update problems

2003-10-03 Thread Jochen Küpper
I started up the Cygwin XFree86 server yesterday again (after many weeks). Thanks for all the improvements! I do have a problem with window content updates, though. I am running latest Cygwin (as of yesterday) on a Win2000 system with focus follows mouse policy (this can be set in TweakUI).

Re: cygwin.rules - Enabling shared libXt finally?

2003-10-03 Thread Alexander Gottwald
Harold L Hunt II wrote: Alexander, I don't understand how your example code relates to the problem at hand. the structs x1 and x2 represent widget classes from libXt and from eg xclock. x1 must be linked into the dll and x2 must be linked into the program. The other problem is the function

Re: focus / windows update problems

2003-10-03 Thread Harold L Hunt II
Jochen, Yes, I can reproduce this behavior. I added the following processing to winTopLevelWindowProc() and would like a review from some other developers. Note: It does fix the problem, but I am not 100% sure that it is correct. case WM_WINDOWPOSCHANGED: { LPWINDOWPOS

[ANNOUNCEMENT] Server Test 102

2003-10-03 Thread Harold L Hunt II
://www.msu.edu/~huntharo/xwin/shadow/xwin-20031003-2100.tar.bz2 (129 KiB) xc/programs/Xserver/hw/xwin (all files) diff against Test101 source code: http://www.msu.edu/~huntharo/xwin/shadow/xwin-Test101-to-Test102.diff (4 KiB) Changes === 1) winconfig.c - Add another German keyboard layout. (Alexander

Updated: XFree86-xserv-4.3.0-15

2003-10-03 Thread Harold L Hunt II
The XFree86-xserv-4.3.0-15 package has been updated in the Cygwin distribution. Changes: 1) winconfig.c - Add another German keyboard layout. (Alexander Gottwald) 2) winconfig.c - Setting the default layout for Japanese to jp (was jp106 before). (Alexander Gottwald) 3) winconfig.c - Add a new

Re: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise

2003-10-03 Thread Harold L Hunt II
I should emphasize that the reason this is important is because the XFree86-bin-icons package calls cygpath in this manner and it freezes setup.exe when the postinstall or preremove script gets run. So, there is current breakage with this. It is not a hypothetical situation. Harold Harold L

RE: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise

2003-10-03 Thread Alan Miles
All, I concur - I have a couple of private packages that I build, and then use a local copy of upset to create the setup.ini file. My packages are ** NOT ** XFree86 related, and I have the same type of $(cygpath -S) call in my postinstall scripts. They also freeze up this latest setup.exe, the

RE: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise

2003-10-03 Thread Alan Miles
All, I concur - I have a couple of private packages that I build, and then use a local copy of upset to create the setup.ini file. My packages are ** NOT ** XFree86 related, and I have the same type of $(cygpath -S) call in my postinstall scripts. They also freeze up this latest setup.exe, the

RE: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise

2003-10-03 Thread Alan Miles
All, I concur - I have a couple of private packages that I build, and then use a local copy of upset to create the setup.ini file. My packages are ** NOT ** XFree86 related, and I have the same type of $(cygpath -S) call in my postinstall scripts. They also freeze up this latest setup.exe, the

RE: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise

2003-10-03 Thread Robert Collins
On Sat, 2003-10-04 at 14:19, Alan Miles wrote: All, I concur - I have a couple of private packages that I build, and then use a local copy of upset to create the setup.ini file. My packages are ** NOT ** XFree86 related, and I have the same type of $(cygpath -S) call in my postinstall