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.rc        2003-05-29 11:34:35.000000000 +0100
+++ XWin.rc     2003-05-29 14:43:01.000000000 +0100
@@ -53,7 +53,7 @@
 /* Exit */

 EXIT_DIALOG DIALOG DISCARDABLE 32, 32, 180, 70
-STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP |
DS_CENTER | WS_DLGFRAME
+STYLE WS_POPUP | WS_VISIBLE | WS_TABSTOP | DS_CENTER | WS_DLGFRAME
 EXSTYLE WS_EX_DLGMODALFRAME
 FONT 8, "MS Sans Serif"
 CAPTION "Cygwin/XFree86 - Exit?"

---------------->8-----------

I have only tested on XP.


Colin


Reply via email to