Re: Menubar problems with OpenGL program

2005-04-28 Thread Paul van Schayck
On 4/29/05, Dustin Navea <[EMAIL PROTECTED]> wrote: > Hi Ryan, thanks for posting a note. Can someone who has a little bit of > free time please take a look at this? I have helped him as far as I > can, and the only thing I can think of now is to either have him do a > regression test, ask someon

No sound from winealsa driver

2005-04-28 Thread Stephen Torri
The following trace was obtain using the wine CVS version updated as of 4/28/2005. I am attempting to play the Soldier of Fortune II demo. Stephen sound section of config ;"Drivers" = "wineoss.drv" ; default for most common configurations ;"Drivers" = "winearts.drv

Re: Menubar problems with OpenGL program

2005-04-28 Thread Dustin Navea
I should add that he bug is bug 2908.. http://bugs.winehq.org/show_bug.cgi?id=2908 Dustin Ryan May wrote: Hi, I have a problem with the menubar in an OpenGL program I use, WeatherScope. With Wine-20050211 and newer, the menubar is overdrawn by the OpenGL background color. I can still get the po

Re: Menubar problems with OpenGL program

2005-04-28 Thread Dustin Navea
Hi Ryan, thanks for posting a note. Can someone who has a little bit of free time please take a look at this? I have helped him as far as I can, and the only thing I can think of now is to either have him do a regression test, ask someone else to do it (since I still dont have a linux-capable

Bugzilla voting

2005-04-28 Thread Dustin Navea
Just had a quick question about the voting process on Bugzilla, hope Jeremy sees this and can answer it. It seems that when a bug is voted for by 1 person, it does not become confirmed like it used to, it now takes 2 votes. This seems a little unnecessary, as 1 vote would mean that 2 people a

Re: Benchmarking Wine againt XP

2005-04-28 Thread Kenneth Porter
--On Thursday, April 28, 2005 1:55 PM -0700 Duane Clark <[EMAIL PROTECTED]> wrote: Because it was more than 1MB (which I mentioned it the rejection)! That evil moderator! How dare he protect us all from megabyte mail bombs! ;) ;) I'd like to see the results, but I'd rather pull them from a webs

Re: Benchmarking Wine againt XP

2005-04-28 Thread Duane Clark
Tom Wickline wrote: Hello, Over the last couple weeks Ive been on a little benchmark craze and now that I'm done I thought I would share my results. All the benchmarks were run on my duel boot laptop under the same resolutions and I tried to choose the same settings in the test apps as well to keep

MSN Webcam patch

2005-04-28 Thread Maarten Lankhorst
I am stuck on it, it seems that if I enable WINEDEBUG=+quartz it crashes THEORETICALLY, although wrong, this should be ok, since it doesn't disrupt anything BUT I asked others to test my patch, and unfortunately THEY weren't that lucky, it crashed, wether winedebug was enabled or not... so what

Re: Benchmarking Wine againt XP

2005-04-28 Thread Chris Morgan
Can you put them up on the web? Chris On 4/28/05, Tom Wickline <[EMAIL PROTECTED]> wrote: > Hello, > > Over the last couple weeks Ive been on a little benchmark craze and > now that I'm done I thought I would share my results. All the > benchmarks were run on my duel boot laptop under the same

Benchmarking Wine againt XP

2005-04-28 Thread Tom Wickline
Hello, Over the last couple weeks Ive been on a little benchmark craze and now that I'm done I thought I would share my results. All the benchmarks were run on my duel boot laptop under the same resolutions and I tried to choose the same settings in the test apps as well to keep everything as fair

Menubar problems with OpenGL program

2005-04-28 Thread Ryan May
Hi, I have a problem with the menubar in an OpenGL program I use, WeatherScope. With Wine-20050211 and newer, the menubar is overdrawn by the OpenGL background color. I can still get the pop up menus to appear if I click the area where the menu should be. Also, if I switch focus to a different

Resizing an image?

2005-04-28 Thread Maarten Lankhorst
I'm trying to resize a raw image (only rgb values) and flipping it vertically i got 2 pointers, and the size they are both rgb24 I wanted to do this with stretchdibits, but it requires a device context, and I am not sure that if i create one with createcompatibledc, it will be 24 bits.. so my q

Re: shell32 - ShellDDEInit

2005-04-28 Thread Robert Shearman
Steven Edwards wrote: The ReactOS guys are tired of seeing the fixme message. But they forgot to include a FIXME for the unimplemented callback. The attached untested patch is probably better. Rob ? dlls/shell32/dde.c ? dlls/shell32/version.res Index: dlls/shell32/Makefile.in ===

Re: shell32 - ShellDDEInit

2005-04-28 Thread Andreas Mohr
Hi, On Wed, Apr 27, 2005 at 07:34:05PM -0700, Steven Edwards wrote: > +WCHAR wszSHELL_PROGMAN[] = {'P','R','O','G','M','A','N',0}; > +WCHAR wszSHELL_TOPIC[] = {'P','r','o','g','m','a','n',0}; > +WCHAR wszSHELL_SERVICE[] = {'P','r','o','g','m','a','n',0}; > +WCHAR wszSHELL_STAR[] =