"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote:
@@ -129,9 +132,11 @@ static HFONT MSGBOX_OnInit(HWND hwnd, LP
ShowWindow(GetDlgItem(hwnd, IDCANCEL), SW_HIDE);
ShowWindow(GetDlgItem(hwnd, IDYES), SW_HIDE);
ShowWindow(GetDlgItem(hwnd, IDNO), SW_HIDE);
+ bUseCancel = FALSE;
break;
case MB_YESNO
On Sunday 24 December 2006 09:37, Paul Vriens wrote:
> Doing a simple 'make clean' and 'make' only gives me a winetest.exe.so
> which is a 'ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV),
> not stripped'.
>
> Is there something I'm missing here?
Sorry, what I said was a bit incomplete
Hi,
I am intending to send in a few patches to remove some unused Wine variables
and functions from the dlls. Please accept that my good faith is tempered
by a degree of ignorance, and advise me of suitable markup if any seemingly
redundant piece of code I seek to remove must remain for a legitima
On 28/12/06, Christoph Bumiller <[EMAIL PROTECTED]> wrote:
Note that WINED3DSIO_TEXDP3TEX, WINED3DSIO_TEXM3x3VSPEC,
WINED3DSIO_TEXM3x3SPEC are already handled in the 2 else if branches
below, they should probably be
removed somewhere.
Oops, you're right. Those two branches can be removed now tha
> Unfortunately, yes. The way the helper window is currently implemented,
> if you remove the WS_CAPTION style, the icon won't be centered when it
> gets docked (in GNOME at least.) I tried that when I put together the
> systray tooltips patch. Ultimately it caused more problems than it
> solved, s