Jonathan Ernst wrote:
Le lundi 23 avril 2007 à 09:23 -0600, Andrew Ziem a écrit :
[...]
By the way, in LTSP, ESD's major deficiency is not being able to control
the volume from things like the GNOME sound applet, so there's some
interest in (but no support for) changing to PulseAud
Francois Gouget wrote:
On Thu, 12 Apr 2007, Maarten Lankhorst wrote:
[...]
I'm not sure what nas is for, but it seems to be 'network audio system',
I haven't seen any use for it, except that it causes a 30 seconds
slowdown at showing 'audio' tab in winecfg. I don't think anyone uses it.
For esd
Dmitry Timoshkov wrote:
"Andrew Ziem" <[EMAIL PROTECTED]> wrote:
-static HBITMAP hbitmapWallPaper;
-static SIZE bitmapSize;
-static BOOL fTileWallPaper;
+HBITMAP hbitmapWallPaper; /* desktop wallpaper */
+SIZE bitmapSize; /* size of desktop wallpaper */
+BOOL fTileWallPaper;
Ivan Leo Puoti wrote:
Does someone know why the tests at test.winehq.com/data aren't being
built any more?
Maybe a month ago there was a discussion on this list. IIRC, here's the
gist: The build system is broken. Then, someone sent in a patch, but
the maintainer is not at home.
Andrew
Uwe Bonnes wrote:
"Andrew" == Andrew Ziem <[EMAIL PROTECTED]> writes:
Andrew> because tests yield inconsistent results */ +#if 0 + /* address
#if 0
in a patch is depreciated. If the test fails on wine, butt succeeds in
windows, use todo_wine(). If there are other cond
Alexandre Julliard wrote:
Andrew Ziem <[EMAIL PROTECTED]> writes:
+typedef void (*_INITTERMFUN)(void);
+unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *);
Msvcrt functions are not WINAPI. And why don't you simply call the
function directly instead of loading it
Paul Vriens wrote:
Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens:
Hi,
in the last months we've experienced several times that there was no
winetest.exe available at the usual location
(http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/) for several
days/weeks. The reasons are someti
Alexandre Julliard wrote:
+typedef void (*_INITTERMFUN)(void);
+unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *);
Msvcrt functions are not WINAPI.
Thanks for catching that.
> And why don't you simply call the
function directly instead of loading it dynamically?
Dynamic lo
Andrey Turkin wrote:
Andrew Ziem wrote:
Please use this patch instead of previous "user3.patch". Thanks to
Andrey Turkin for catching the uninitialized variable.
changelog:
user: handle special cases for SPI_SETDESKWALLPAPER
The special cases remove the wallpaper or set it
Thank you for catching that. I missed the part
= {'\0'};
Andrey Turkin wrote:
I cannot see where emptyW initialized.
Andrew Ziem wrote:
The special cases remove the wallpaper or set it to default.
Previously, these cases were ignored, so Wine would crash.
+
mark cox wrote:
When i search in google for 'cxtest', one of the hits is from winenq,
but when i open the page http://wiki.winehq.org/CxTest, i get the
message '* This page does not exist yet. You can create a new empty
page, or use one of the page templates. Before creating the page, please
c
Jeremy White wrote:
On a side note, there is something that worries me a bit. Specifically,
it appears that we have a dirty secret about the regression tests - that
they only work reliably on Alexandre's machine. Is that true?
Shouldn't we do something about that? Or am I on crack, and lots of
Alexandre Julliard wrote:
Andrew Ziem <[EMAIL PROTECTED]> writes:
--- dlls/kernel/tests/path1.c 2006-05-14 23:32:47.0 -0600
+++ dlls/kernel/tests/path.c2006-05-15 08:08:52.0 -0600
@@ -339,14 +339,22 @@
newdir,tmpstr,tmpstr1,id);
ok(DeleteFileA(
Mike McCormack wrote:
Hi Andrew,
Andrew Ziem wrote:
These test case sensitivity in setupapi string tables, and all the
parts I
modified pass on Microsoft's 98 and XP. As this is my first Wine patch,
comments are especially welcome.
For tests that don't pass in wine, please enclo
14 matches
Mail list logo