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
"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.
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
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
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
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.
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
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
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.
>