[Bug 45968] New: Multiple applications need 'user32.CascadeWindows' implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 11 01:38:36 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45968

            Bug ID: 45968
           Summary: Multiple applications need 'user32.CascadeWindows'
                    implementation
           Product: Wine
           Version: 3.17
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: user32
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

to track https://www.winehq.org/pipermail/wine-devel/2018-October/133379.html

Reactos ticket: https://jira.reactos.org/browse/CORE-14807
PR: https://github.com/reactos/reactos/pull/676

Microsoft docs:

https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-cascadewindows

Wine source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/user32/mdi.c#l1842

--- snip ---
1842
/******************************************************************************
1843  *              CascadeWindows (USER32.@) Cascades MDI child windows
1844  *
1845  * RETURNS
1846  *    Success: Number of cascaded windows.
1847  *    Failure: 0
1848  */
1849 WORD WINAPI
1850 CascadeWindows (HWND hwndParent, UINT wFlags, const RECT *lpRect,
1851                 UINT cKids, const HWND *lpKids)
1852 {
1853     FIXME("(%p,0x%08x,...,%u,...): stub\n", hwndParent, wFlags, cKids);
1854     return 0;
1855 }
--- snip ---

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list