You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Cleanup whitespace noise
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 37cf48e9f6ef877478a716748fd73b714dc0dc09 Mon Sep 17 00:00:00 2001
|
||||
From 3f238e248fc4fc4415b3ce5e420c798d516d24ee Mon Sep 17 00:00:00 2001
|
||||
From: Hirofumi Katayama <katayama.hirofumi.mz@gmail.com>
|
||||
Date: Mon, 26 Nov 2018 09:09:52 +0900
|
||||
Subject: [PATCH] user32: Implement TileWindows
|
||||
@@ -9,11 +9,11 @@ function of window arrangement.
|
||||
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46197
|
||||
Signed-off-by: Hirofumi Katayama <katayama.hirofumi.mz@gmail.com>
|
||||
---
|
||||
dlls/user32/mdi.c | 181 ++++++++++++++++++++++++++++++++++++++++++++--
|
||||
1 file changed, 176 insertions(+), 5 deletions(-)
|
||||
dlls/user32/mdi.c | 179 ++++++++++++++++++++++++++++++++++++++++++++--
|
||||
1 file changed, 175 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c
|
||||
index b430ecce623..2569835c5a4 100644
|
||||
index 9679be895ed..c752f967b4d 100644
|
||||
--- a/dlls/user32/mdi.c
|
||||
+++ b/dlls/user32/mdi.c
|
||||
@@ -144,6 +144,10 @@ typedef struct
|
||||
@@ -27,7 +27,7 @@ index b430ecce623..2569835c5a4 100644
|
||||
/* ----------------- declarations ----------------- */
|
||||
static void MDI_UpdateFrameText( HWND, HWND, BOOL, LPCWSTR);
|
||||
static BOOL MDI_AugmentFrameMenu( HWND, HWND );
|
||||
@@ -1931,8 +1935,6 @@ WORD WINAPI
|
||||
@@ -1929,8 +1933,6 @@ WORD WINAPI
|
||||
CascadeWindows (HWND hwndParent, UINT wFlags, const RECT *lpRect,
|
||||
UINT cKids, const HWND *lpKids)
|
||||
{
|
||||
@@ -36,12 +36,7 @@ index b430ecce623..2569835c5a4 100644
|
||||
CASCADE_INFO info;
|
||||
HWND hwnd, top, prev;
|
||||
HMONITOR monitor;
|
||||
@@ -2082,12 +2084,181 @@ WORD WINAPI CascadeChildWindows( HWND parent, UINT flags )
|
||||
* Success: Number of tiled windows.
|
||||
* Failure: 0
|
||||
*/
|
||||
-WORD WINAPI
|
||||
+WORD WINAPI
|
||||
@@ -2084,8 +2086,177 @@ WORD WINAPI
|
||||
TileWindows (HWND hwndParent, UINT wFlags, const RECT *lpRect,
|
||||
UINT cKids, const HWND *lpKids)
|
||||
{
|
||||
@@ -222,5 +217,5 @@ index b430ecce623..2569835c5a4 100644
|
||||
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.24.1
|
||||
|
||||
|
Reference in New Issue
Block a user