Hi, On Sat, Jan 24, 2004 at 09:29:14AM -0500, RemiAssailly(a)aol.com wrote:
diff -Nru a/dlls/x11drv/settings.c b/dlls/x11drv/settings.c --- a/dlls/x11drv/settings.c 2003-10-16 00:21:42.000000000 +0000 +++ b/dlls/x11drv/settings.c 2004-01-24 11:15:46.000000000 +0000 @@ -242,7 +242,7 @@
TRACE("(%s,%p,%p,0x%08lx,%p)\n",debugstr_w(devname),devmode,hwnd,flags,lpvoid); TRACE("flags=%s\n",_CDS_flags(flags)); - if (devmode) + if (devmode==NULL) { TRACE("DM_fields=%s\n",_DM_fields(devmode->dmFields)); TRACE("width=%ld height=%ld bpp=%ld freq=%ld (%s)\n", Sorry, that's invalid from the very beginning, since we trace a devmode->dmFields when devmode is NULL. No way. :-\
Maybe it's useful to describe the problem in more detail? -- Microsoft prepares new round of .doc office format lock-in (just forget about OpenOffice/StarOffice .doc interoperability then, ok?) http://news.com.com/2100-1012_3-5069246.html