Re: wine's fullscreen code has no effect on metacity

2006-08-06 Thread Dmitry Timoshkov
"Elijah Newren" <[EMAIL PROTECTED]> wrote: Anyway, the returning from fullscreen mode bug makes perfect sense, and I'm pretty sure I know the cause: metacity tries to return the window to the size it was before it was fullscreened, and it sounds like it was successful in this case. Remember tha

Re: wine's fullscreen code has no effect on metacity

2006-08-06 Thread Vincent Povirk
The patches in comments #13 and #5 had no effect. #6 didn't apply cleanly (I'm using metacity 2.14.3--I tried to get the latest version from cvs, but it requires a newer gtk than I have). After applying it, firefox is fixed, except that when returning from fullscreen mode the window is bigger tha

RFC: XEmbed Systray Patches

2006-08-06 Thread James Liggett
Hello everyone, After a long hiatus, I'm trying again to get XEmbed systray support into Wine. I've been working on it for the past few days and I've got these patches. These are based on the system tray code from the Wine version used in the Linux port of Picasa [1] (which in turn was based on the

Re: HAL and Copy Protection

2006-08-06 Thread Jesse Allen
On 8/6/06, Marcus Meissner <[EMAIL PROTECTED]> wrote: On Tue, Aug 01, 2006 at 11:25:12AM -0700, Jesse Allen wrote: > Does anyone have HAL and SecuRom copy protection working? I'm starting > to get support questions with people using HAL and I'm not sure how to > help them. I need information now

Re: regression in current GIT

2006-08-06 Thread Aaron O
It fails to start. A program called "Gravity(tm) Error Handler" opens and displays this: Module Name: C:\Program Files\Gravity\RO\XiLeRO.exe Time Stamp: 0x41e2462f - Mon Jan 10 02:09:03 2005 Exception Type: 0xc005 eax: 0x0016bde0 ebx: 0x7dad4100 ecx: 0x0016c238 edx: 0x0001 esi: 0x

Re: wine.inf: Windows 9x and Windows NT store the time zone data in different places.

2006-08-06 Thread Francois Gouget
Vitaliy Margolen wrote: Friday, August 4, 2006, 9:47:38 AM, Francois Gouget wrote: So duplicate it so programs find it no matter where they look. Note: Another option would be to have a [Timezones9x] section that would set this data in the alternate location. But we would still need to du

Re: regression in current GIT

2006-08-06 Thread Stefan Dösinger
Hi, > thanks. i can provide any other needed information. What exactly is the error? Does it fail to start, does it have visual bugs, or just the FIXMEs? pgp4WfCWORZCi.pgp Description: PGP signature

Re: HAL and Copy Protection

2006-08-06 Thread Marcus Meissner
On Tue, Aug 01, 2006 at 11:25:12AM -0700, Jesse Allen wrote: > Does anyone have HAL and SecuRom copy protection working? I'm starting > to get support questions with people using HAL and I'm not sure how to > help them. I need information now that HAL support is in Wine on > whether SecuRom works w

Re: regression in current GIT

2006-08-06 Thread Aaron O
Since that error message appears, I would assume that it does use multithreaded ddraw. However, I don't think that this is an issue, because it worked fine before the problem patch was applied to git. On 8/6/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 05/08/06, Aaron O <[EMAIL PROTECTED]> wrote

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread Alexander Nicolaysen Sørnes
Søndag 06 august 2006 15:36, skrev Stefan Dösinger: > Am Sonntag 06 August 2006 13:05 schrieb H. Verbeet: > > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > Am Sonntag 06 August 2006 12:12 schrieb H. Verbeet: > > > > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > > > I

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread Stefan Dösinger
Am Sonntag 06 August 2006 13:05 schrieb H. Verbeet: > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Am Sonntag 06 August 2006 12:12 schrieb H. Verbeet: > > > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > > If the cursor is not 32x32 pixels then disable the gdi cursor,

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread H. Verbeet
On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Am Sonntag 06 August 2006 12:12 schrieb H. Verbeet: > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > If the cursor is not 32x32 pixels then disable the gdi cursor, > > Are you sure that's required? We might end up with 2 active

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread Stefan Dösinger
Am Sonntag 06 August 2006 12:12 schrieb H. Verbeet: > On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > If the cursor is not 32x32 pixels then disable the gdi cursor, > > Are you sure that's required? We might end up with 2 active cursors, the one drawn with the Blit and the gdi cursor.

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread H. Verbeet
On 06/08/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: If the cursor is not 32x32 pixels then disable the gdi cursor, Are you sure that's required? I don't know how to set a gdi cursor, SetCursor()

Re: wine-ShowCursor-D3D-over-GDI.patch

2006-08-06 Thread Stefan Dösinger
Am Samstag 29 Juli 2006 11:17 schrieb Andrew Riedi: > Well, here is my first patch, feel free to tell me what all is wrong with > it. I noticed a problem in WoW d3d, so I tracked it down and checked out > msdn. It seems that implementing ShowCursor() over GDI is acceptable, at > least according t

Re: wintrust: Only return ERROR_SUCCESS in WinVerifyTrust

2006-08-06 Thread Molle Bestefich
Dan Kegel wrote: Not to be harsh, but: Hehe ;-). I know, I was just poking, hoping to get an explanation for why James' particular app might be more beneficial than Process Explorer. (yes, I like Process Explorer, I use it for debugging from time to time.) The optimal thing of course would b

Re: regression in current GIT

2006-08-06 Thread H. Verbeet
On 05/08/06, Aaron O <[EMAIL PROTECTED]> wrote: hi, if this is the wrong mailing list, then please correct me. there is a regression in current git revision in Xilero. Generally, you'd want to file a bug in bugzilla. fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16bb58) Unhandled fla

Re: Time to commit remote ops for VirtualAllocEx, CreateRemoteThread

2006-08-06 Thread Eric Pouech
Dan Kegel wrote: On 8/5/06, Eric Pouech <[EMAIL PROTECTED]> wrote: I was talking (at least) about VirtualQueryEx, which should be also implemented. All the debuggers use it for memory inspection. FWIW, an implementation for Linux was posted at http://www.winehq.org/pipermail/wine-devel/2002