Displaying 5 results from an estimated 5 matches for "adjustwindowrectex".
2001 Nov 21
1
X11DRV problem? (Backtrace)
...t(6),%st
Wine-dbg>bt
Backtrace:
>0 0x40acc1a5 (X11DRV.DLL.Polygon+0x185) (ebp=407d5c74)
1 0x40a3ba95 (GDI32.DLL.Polygon+0x55) (ebp=407d5c94)
2 0x409a95e8 (USER32.DLL.DrawEdge+0x12e8) (ebp=407d5de0)
3 0x409aa1dc (USER32.DLL.DrawFrameControl+0x6c) (ebp=407d5e00)
4 0x409c708c (USER32.DLL.AdjustWindowRectEx+0x117c) (ebp=407d5e3c)
5 0x409c7b1a (USER32.DLL.AdjustWindowRectEx+0x1c0a) (ebp=407d60d0)
6 0x409c81bf (USER32.DLL.AdjustWindowRectEx+0x22af) (ebp=407d6164)
7 0x409c8442 (USER32.DLL.AdjustWindowRectEx+0x2532) (ebp=407d6184)
8 0x409b4d8e (USER32.DLL.DefDlgProcW+0xc8e) (ebp=407d6218)
9 0x40...
2006 May 28
6
Problems to find a usefull wine configuration
...e, here are the lines surrounding the error.
2227 - 0002:trace:dialog:DIALOG_ParseTemplate32 EXSTYLE 0x00000000
2227 - 0002:trace:dialog:DIALOG_ParseTemplate32 CAPTION L""
2227 - 0002:trace:heap:RtlAllocateHeap (b7aa0000,00000002,00000020):
returning b7aa0df0
2227 - 0002:trace:nonclient:AdjustWindowRectEx (0,0)-(0,0) 00c00000 0
00000001
2227 - 0002:trace:nonclient:AdjustWindowRectEx Adjusted values are:
(0,0)-(0,0)
2227 - 0002:trace:atom:ATOM_GetAtomNameW (global) 8002 -> L"#32770"
2228 - 0002:trace:win:WIN_CreateWindowEx L"" L"#32770" ex=00000001
style=80c80082 0,0...
2018 Apr 27
0
Wine release 3.7
...le installers fail with 'action L"SxsInstallCA" returned 1603'
----------------------------------------------------------------
Changes since 3.6:
Alexandre Julliard (13):
winedump: Print the thunk address for imports instead of the name address.
user32: Reimplement AdjustWindowRectEx using NONCLIENTMETRICSW.
user32: Implement AdjustWindowRectExForDpi().
user32: Add partial stub for GetDpiForMonitorInternal().
user32: Implement GetDpiForWindow().
user32: Implement LogicalToPhysicalPointForPerMonitorDPI() and PhysicalToLogicalPointForPerMonitorDPI()....
2012 Oct 12
0
Wine release 1.5.15
...RenderFile to IFilterGraph2_RenderFile.
quartz: Fill right RECT structure in SetDefaultTargetRec.
ntoskrnl.exe: Add MDL flags definitions.
quartz: Use target rect if set otherwise default to source rect in VideoRenderer_AutoShowWindow.
quartz: Don't say we have a menu to AdjustWindowRectEx since the created window doesn't have one.
amstream: Display new ref in AddRef and Release.
amstream: Check filename pointer in IAMMultiMediaStreamImpl_OpenFile.
amstream: Render source file in IAMMultiMediaStreamImpl_OpenFile.
quartz: Remove redundant traces.
Dan Kegel...
2009 Jan 30
0
Wine release 1.1.14
...erle (11):
user32/tests: Fixed error message.
user32/tests: Extended test about thick child windows.
user32: Refactor of WINPOS_GetMinMaxInfo.
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
user32: Removed code without effect.
user32/tests: Use AdjustWindowRectEx to calculate minTrack and maxPosition.
user32: Fix maxPosition of thick child windows.
user32: Fix thick child minTrack and size.
user32/tests: Improved an error message.
user32: Fix maximized child windows.
user32: Unify handling of child and normal windows in getMinM...