Re: explorer: improve ABM_GETTASKBARPOS stub

2008-12-06 Thread Vincent Povirk
Implement what? Linux doesn't have any concept of this "taskbar" thing. Vincent Povirk On Sat, Dec 6, 2008 at 10:36 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Vincent Povirk" <[EMAIL PROTECTED]> wrote: > >> Fixes http://bugs.winehq.org/show_bug.cgi?id=15835 > > That's not hard to imple

Re: explorer: improve ABM_GETTASKBARPOS stub

2008-12-06 Thread Dmitry Timoshkov
"Vincent Povirk" <[EMAIL PROTECTED]> wrote: > Fixes http://bugs.winehq.org/show_bug.cgi?id=15835 That's not hard to implement this properly using monitor info. -- Dmitry.

Wine translation statistics sources

2008-12-06 Thread Mikołaj Zalewski
Hi, I didn't update the translation statistics (http://www.mikolaj.zalewski.pl/wine-transl/) very regularly lately - my server is a bit broken and I can't run the scripts from cron but have remember to do it manually from a different computer. I have plans to fix it, but in the mean time, a

Use show instead of glyphshow because glyphshow is very slow on kyocera

2008-12-06 Thread Wolfgang Walter
Hello, this is is a proposed change to the wineps driver. Problem: wine uses the postscript command glyphshow to print characters. At least all Postscript Printers from Kyocera are very slow when showglyph is used. Even simple pages with only one downloaded truetype font slow down fast printers

Re: d3d9 : do not proceed reset or release from another thread than the one which created the device.

2008-12-06 Thread Jérôme Gardou
Henri Verbeet a écrit : > 2008/12/6 Jérôme Gardou <[EMAIL PROTECTED]>: > >> According to d3d9_private.h , ref is a LONG. >> >> > ref is not defined in d3d9_private.h. > Taken from d3d9_private.h : typedef struct IDirect3DDevice9Impl { /* IUnknown fields */ const IDirect3DDevice9

Re: d3d9 : do not proceed reset or release from another thread than the one which created the device.

2008-12-06 Thread Henri Verbeet
2008/12/6 Jérôme Gardou <[EMAIL PROTECTED]>: > > According to d3d9_private.h , ref is a LONG. > ref is not defined in d3d9_private.h.

Re: d3d9 : do not proceed reset or release from another thread than the one which created the device.

2008-12-06 Thread Jérôme Gardou
Jérôme Gardou a écrit : > Henri Verbeet a écrit : > >> 2008/11/30 Jérôme Gardou <[EMAIL PROTECTED]>: >> >> >>> -if (ref == 0) { >>> +if (ref <= 0) { >>> >>> >> This doesn't work, of course. ref is an ULONG. >> > Why not just a cast in this case ? > According t

Re: d3d9 : do not proceed reset or release from another thread than the one which created the device.

2008-12-06 Thread Jérôme Gardou
Henri Verbeet a écrit : > 2008/11/30 Jérôme Gardou <[EMAIL PROTECTED]>: > >> -if (ref == 0) { >> +if (ref <= 0) { >> > This doesn't work, of course. ref is an ULONG. Why not just a cast in this case ? > The check for Reset > should probably go into wined3d. > OK... but a test sh

Re: Package repository discussion

2008-12-06 Thread Tom Wickline
On Fri, Dec 5, 2008 at 4:51 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Tom Wickline wrote: >> Well maybe you will want to fix the 8.04 debs so they will actually >> install for people before you tell everyone to come and get them. >> >> The debs that you provide have a unresolved dependency. >