RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
>Uhh, I've seen several other windows programs that did not rely on the >NULL feature, perhaps because it is documented poorly. These programs do >gethostname() and then gethostbyname(). We will probably need a check in >the gethostbyname path to catch those programs as well. Correct, NULL and ge

Re: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rein Klazes
On Fri, 31 Oct 2003 09:50:48 -0800, you wrote: > > hi Rein, > > >On my system everything works as expected: I get a list of all ip > >addresses. That is with valid /etc/hostname and /etc/hosts entries. > > That's the trouble. Not every *nux box has the correct results - some do > (like yours) -

RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
hi Rein, >On my system everything works as expected: I get a list of all ip >addresses. That is with valid /etc/hostname and /etc/hosts entries. That's the trouble. Not every *nux box has the correct results - some do (like yours) - in fact I'd say many do not. We have done many Linux and Lindow

RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
ither). -Rob -Original Message- From: Rein Klazes [mailto:[EMAIL PROTECTED] Sent: October 31, 2003 3:01 AM To: [EMAIL PROTECTED] Cc: Mike Hearn; [EMAIL PROTECTED] Subject: Re: UI bugs hampering porting effort for shaped window On Thu, 30 Oct 2003 10:59:40 -0800, you wrote: > > Hi

Re: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rein Klazes
On Thu, 30 Oct 2003 10:59:40 -0800, you wrote: > > Hi Mike, > > bug 1541 is still *not* fixed correctly. See when passing in NULL in windows > to gethostbyname, it is guarenteed to return a list of local IP addresses > mapped on the box. However, with WINE, passing NULL causes gethostname to be

Re: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rein Klazes
On Thu, 30 Oct 2003 10:59:40 -0800, you wrote: > > Hi Mike, > > bug 1541 is still *not* fixed correctly. See when passing in NULL in windows > to gethostbyname, it is guarenteed to return a list of local IP addresses > mapped on the box. However, with WINE, passing NULL causes gethostname to be

Re: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Jerry Jenkins
Rob wrote: > Jerry's patch *does* fix the UI issues actually - B1 through B4 - any idea > why it isn't applied to the CVS tree? We have the version out of CVS, which > definately has issues with B1-B4. > I know it fixes B1, B2, and partially B4, but I'm not so sure about B3. WINAMP still has issue

RE: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Rob
Hi Mike, >> bug 1541 is still *not* fixed correctly. See when passing in NULL in windows >Ah OK, sorry about that, I reopened the bug. Would getifaddrs() do the >trick here? I've not done much work in our winsock code so I can't >really help here. Likely, I don't know the correct cross-platform

RE: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Mike Hearn
On Thu, 2003-10-30 at 18:59, Rob wrote: > Hi Mike, > > bug 1541 is still *not* fixed correctly. See when passing in NULL in windows > to gethostbyname, it is guarenteed to return a list of local IP addresses > mapped on the box. However, with WINE, passing NULL causes gethostname to be > passed in

RE: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Rob
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Hearn Sent: October 30, 2003 1:22 AM To: [EMAIL PROTECTED] Subject: Re: UI bugs hampering porting effort for shaped window On Wed, 29 Oct 2003 16:59:59 -0800, Sir Rob scribed thus: > Bugzilla Bug 1541 >WS2_32 version of gethostbyna

Re: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Mike Hearn
On Wed, 29 Oct 2003 16:59:59 -0800, Sir Rob scribed thus: > Bugzilla Bug 1541 >WS2_32 version of gethostbyname with NULL argument doesn't follow > specification > http://bugs.winehq.org/show_bug.cgi?id=1541 [EMAIL PROTECTED] working]$ cvs log -N -r1.135 dlls/winsock/socket.c RCS file: /home/w

Re: UI bugs hampering porting effort for shaped window

2003-10-29 Thread Jerry Jenkins
Rob wrote: The show stopper bugs are B1, B2, B3, B4 and B5. Issue B5, and B7 can be worked around, so they aren't as critical. B1, B2, B3, and B4 can be fixed by putting a title bar on the application. (See MAKE_IT_LOOK_LIKE_A_NORMAL_APP_AT_STARTUP in winetest.cpp.) - B1. Focus does not appear t