Re: Once again - this time with feeling - and no wrapping...

2002-01-27 Thread Francois Gouget
On Sun, 27 Jan 2002, Tony Bryant wrote: ? patch.diff Index: files/file.c === RCS file: /home/wine/wine/files/file.c,v retrieving revision 1.131 diff -r1.131 file.c 1359c1359,1360

Pajama Sam's unmanaged window

2002-01-27 Thread Ori Pessach
Hi, I spent some time trying to hunt down the window management problems I reported a while ago (dialogs displayed by the game Pajama Sam appearing behind the main window, and sometimes not getting keyboard focus). I found that the game's main window simply wasn't managed. The game opens a

wine debug question

2002-01-27 Thread Shane Shields
hi all im trying to debug a program in wine but im not having any luck as to where the problem is. most probably due to my inexperience with wine:-P. maybe you can help. i know this program works on another wine developers computer with no problems but not on mine. attached is the output from

Re: SetEndOfFile fix

2002-01-27 Thread Rein Klazes
On Sat, 26 Jan 2002 22:48:42 -0500 (EST), you wrote: On Sat, 26 Jan 2002, Guy L. Albertelli wrote: All the following is on the 2.2.12-20 kernel: ftruncate would return a 0. However Scandisk said that the file was bad. The length reported in the directory was larger than the

Re: Fix for overlapped I/O using ReadFile/WriteFile

2002-01-27 Thread lawson_whitney
On Sun, 27 Jan 2002, Tony Bryant wrote: This patch fixes 2 problems ... diff -r1.131 file.c 1359c1359,1360 LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) --- LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine, Welcome to the I didn't read

Re: A new SDL back-end we've been toying with

2002-01-27 Thread Hetz Ben Hamo
Hï Gavriel, Could you provide 2 screenshots please - one with this SDL driver and the same - without SDL please? Thanks, Hetz On Sunday 27 January 2002 06:49, Gavriel State wrote: Hi everyone, We just put this together for some testing, and thought that someone might find it handy. I'm

Re: Pajama Sam's unmanaged window

2002-01-27 Thread Ove Kaaven
On Sat, 26 Jan 2002, Ori Pessach wrote: I found that the game's main window simply wasn't managed. The game opens a window that covers the entire screen, and doesn't have a caption. is_window_managed(), in dlls/x11drv/window.c therefore returns FALSE for that window, and (I'm guessing

Re: Pajama Sam's unmanaged window

2002-01-27 Thread Ori Pessach
On Sunday 27 January 2002 11:22, Ove Kaaven wrote: On Sat, 26 Jan 2002, Ori Pessach wrote: FALSE for those windows. Are there any other types of windows that shouldn't be managed? Yes, Alexandre mentions popup menus and tooltips. Perhaps a chart could be made, so that it is possible to

ReactOS/Mingw32 port

2002-01-27 Thread Steven Edwards
Hello, I am in the process of merging our wine tree back in to the main WINE branch and have a few issues that need to be addressed: 1. Makefiles and Resources Alexandre: I know you said you might not accept our makefiles but I went ahead and sent them for your review, if you don’t want to apply

Re: Pajama Sam's unmanaged window

2002-01-27 Thread Ove Kaaven
On Sun, 27 Jan 2002, Ori Pessach wrote: On Sunday 27 January 2002 11:22, Ove Kaaven wrote: On Sat, 26 Jan 2002, Ori Pessach wrote: FALSE for those windows. Are there any other types of windows that shouldn't be managed? Yes, Alexandre mentions popup menus and tooltips. Perhaps a

Re: Patch to make wcmd compile on mingw/reactos

2002-01-27 Thread Francois Gouget
On Sun, 27 Jan 2002, Isolation wrote: Changelog: Changed wineman to main for mingw/reactos #ifdefs are not too popular in the Wine project :-) A better approach would be to just systematically change 'wine_main' to 'main' (in wcmdmain.c and wcmd.spec). We used wine_main as a workaround

RE: Patch to make wcmd compile on mingw/reactos

2002-01-27 Thread Steven Edwards
Ok I'll change it and resubmit it now. What about in the headers and dlls where we need to #ifdef? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Francois Gouget Sent: Sunday, January 27, 2002 4:29 PM To: [EMAIL PROTECTED] Cc: Isolation Subject: Re:

Re: ReactOS/Mingw32 port

2002-01-27 Thread Casper Hornstrup
On Sunday 27 January 2002 22:07, you wrote: Hello, I am in the process of merging our wine tree back in to the main WINE branch and have a few issues that need to be addressed: 1. Makefiles and Resources Alexandre: I know you said you might not accept our makefiles but I went ahead and

Re: ReactOS/Mingw32 port

2002-01-27 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: 1. Makefiles and Resources Alexandre: I know you said you might not accept our makefiles but I went ahead and sent them for your review, if you don’t want to apply them no problem. Will you accept the .def's for the dlls as we cannot use the .specs?

Re: Pajama Sam's unmanaged window

2002-01-27 Thread Ori Pessach
On Sunday 27 January 2002 14:04, Ove Kaaven wrote: On Sun, 27 Jan 2002, Ori Pessach wrote: On Sunday 27 January 2002 11:22, Ove Kaaven wrote: On Sat, 26 Jan 2002, Ori Pessach wrote: FALSE for those windows. Are there any other types of windows that shouldn't be managed? Yes,

RE: ReactOS/Mingw32 port

2002-01-27 Thread Steven Edwards
.def files could either be generated from the .spec file, or winebuild could be modified to work with .def files. But in any case we should not have to maintain the same information at two different places. Ok no problem, I will take a look at that and see what I can come up with Binary

Managed windows with Wine frames

2002-01-27 Thread Mike McCormack
Hi, This patch build's upon Ove's decorationless managed window patch. It removes the windowmanager frames from all managed windows, and uses Wine drawn frames as default. IMO it gives a better feel to the desktop... I haven't tested it extensively, but it seems to work with some apps such as

RE: ReactOS/Mingw32 port

2002-01-27 Thread Steven Edwards
Well, eventually I would like to see the the three projects (WINE/MinGW/ReactOS) use the same headers. IMO all three projects have incomplete and messy Windows headers. If the same headers were used, there would be no need for #ifdefs _PROJECT_NAME_ in them. Of course this would take a

MS' hidden API

2002-01-27 Thread Zhang Shu
Dear wine developers, I have one question on the development of wine. Long(one or two years) ago I've heard that Microsoft got some hidden APIs in their products of various windows, and they use these APIs in their own applications. I wonder if this is still a problem on their recent product

CodeWeaver's patches

2002-01-27 Thread Dimitrie O. Paun
Hi people, As you already know, I've signed up for the task of breaking down CW's patches (office[12].diff), for the common controls (dlls/comctl32/*) I have finished doing that with one exception: the ListView. This one will require a lot more work due to the fact that it was extensively

Re: A new SDL back-end we've been toying with

2002-01-27 Thread Gavriel State
There would be no appreciable differences. As I said, this was mostly something we were just toying with. -Gav Hetz Ben Hamo wrote: Hï Gavriel, Could you provide 2 screenshots please - one with this SDL driver and the same - without SDL please? Thanks, Hetz On Sunday 27 January