Re: [user32][msgbox] Disable IDCANCEL for some MessageBoxs

2006-12-29 Thread Dmitry Timoshkov
"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

Re: Building a full win32 winetest.exe

2006-12-29 Thread Paul Millar
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

Removing unused functions and variables

2006-12-29 Thread Andrew Talbot
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

Re: [4/4] wined3d: Create samplers for *all* 1.x instructions that sample

2006-12-29 Thread H. Verbeet
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

Re: systray icon questions

2006-12-29 Thread Kirill K. Smirnov
> 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