mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).
svn path=/trunk/; revision=71826
This commit is contained in:
parent
f7107dbbab
commit
8d68884908
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ extern LPCWSTR get_root_key_name(HKEY hRootKey)
|
|||
|
||||
extern void ResizeWnd(int cx, int cy)
|
||||
{
|
||||
HDWP hdwp = BeginDeferWindowPos(3);
|
||||
HDWP hdwp = BeginDeferWindowPos(4);
|
||||
RECT rt, rs, rb;
|
||||
const int tHeight = 22;
|
||||
SetRect(&rt, 0, 0, cx, cy);
|
||||
|
|
Loading…
Reference in a new issue