Re: Exit Confirmation window style, change item 10 Server Test 87

2003-05-30 Thread Harold L Hunt II
Colin, Colin Harrison wrote: Hi, Tried a few combos on this. If you want WS_DLGFRAME and EXSTYLE WS_EX_DLGMODALFRAME then you can't have WS_CAPTION and WS_SYSMENU This is safer than my original fix:- What is your fix now? I don't get it??? Harold http://cygwin.com/ml/cygwin-xfree/2003-05/

Re: Exit Confirmation window style, change item 10 Server Test 87

2003-05-30 Thread Colin Harrison
Hi Harold, The bug was the overlaying of the icon and title in the Exit Confirmation window in Test 87. This is the 'simple' fix that works best for me:- ---8<--- diff -ubB save_XWin.rc XWin.rc --- save_XWin.rc2003-05-29 11:34:35.0 +0100 +++ XWin.rc 2003

Re: Few minor issues

2003-05-30 Thread Biju
--- Harold L Hunt II <[EMAIL PROTECTED]> wrote: > Biju wrote: > > I dont know whether others noticed these. > > > > Any ideas on how to get rid of the Maximize button on the dialog? I can > do it by removing the WS_SYSMENU style... should we be using WS_SYSMENU > or not? Not using WS_SYSMENU

Re: [ANNOUNCEMENT] Server Test 87

2003-05-30 Thread Early Ehlinger
"Harold L Hunt II" <[EMAIL PROTECTED]> wrote: > 4) winmultiwindowwindow.c/winTopLevelWindowProc() - Add a call to > winKeybdReleaseKeys () in WM_KILLFOCUS. This fix stops the phantom > key presses that people were seeing. The example here would be to > launch an xterm, then launch another xterm f

Re: Custom icons + MouseUp fix

2003-05-30 Thread Earle F. Philhower III
Howdy Harold, let me just say thanks for the efforts you've been giving while trying to herd cats^Wpatches... At ***02:37 AM*** 5/29/2003 -0400, you wrote: 11) Try, in vain, to maintain a uniform coding style and variable/function naming convention. I am mostly winning the curly-brace (curly brace

Icons [in Server Test 87]

2003-05-30 Thread Lev Bishop
Making the icons work was a really good idea. But it doesn't seem to work right for me - the icons appear, but only in 2 colours - transparent and white. Presumably the mask is converted correctly but not the icon itself. I checked with xclock, oclock, xditview, xcalc, xload. It only happens in

Re: Icons [in Server Test 87]

2003-05-30 Thread Colin Harrison
Hi Lev, This one crept passed quality control :). I can confirm your problem at 32 bit colour with xclock etc. OK at 24 bit and 16 bit (1280x1024) on my machine. Out with the magnifying glass again! Colin