mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
This reverts commit 13868ee0e8
.
CORE-18515
This commit is contained in:
parent
f0b8a1730e
commit
227e596f68
2 changed files with 0 additions and 2 deletions
|
@ -959,7 +959,6 @@ BOOL FASTCALL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
|
|||
WCHAR Symbol;
|
||||
RECT myr;
|
||||
INT cxy;
|
||||
FillRect(dc, r, (HBRUSH)NtGdiGetStockObject(WHITE_BRUSH));
|
||||
cxy = UITOOLS_MakeSquareRect(r, &myr);
|
||||
switch(uFlags & 0x1f)
|
||||
{
|
||||
|
|
|
@ -978,7 +978,6 @@ static BOOL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
|
|||
TCHAR Symbol;
|
||||
RECT myr;
|
||||
INT cxy;
|
||||
FillRect(dc, r, (HBRUSH)GetStockObject(WHITE_BRUSH));
|
||||
cxy = UITOOLS_MakeSquareRect(r, &myr);
|
||||
switch(uFlags & 0x1f)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue