It looks like the XWin.rc you were working on got put into this version causing the icon munging in the exit dialog. The code I sent works only the older version w/o the dlgframe style.
--- xwin_88/XWin.rc 2003-05-28 20:51:51.000000000 -0700 +++ xwin/XWin.rc 2003-05-31 09:46:09.000000000 -0700 @@ -53,8 +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
-EXSTYLE WS_EX_DLGMODALFRAME
+STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP | DS_CENTER
FONT 8, "MS Sans Serif"
CAPTION "Cygwin/XFree86 - Exit?"
BEGIN
3) windialogs.c/winDisplay[Exit|DepthChange]Dialog() - Add calls to drop the minimize and maximize buttons from the Exit Confirmation and Depth Change dialog boxes, while preserving the icon on the upper left hand corner of the dialog window. (Earle F. Philhower III)
-Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com
