This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Server Test 88


Earle,

Earle F. Philhower III wrote:

Howdy Harold,

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



That seems to have taken care of it. Thanks for helping.


Harold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]