mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).
svn path=/trunk/; revision=71826
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user