mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[EXPLORER-NEW]
* Fix GCC build svn path=/branches/shell-experiments/; revision=64125
This commit is contained in:
@@ -2251,7 +2251,6 @@ static void ProcessMouseTracking(ITrayWindowImpl * This)
|
||||
|
||||
static void ProcessAutoHide(ITrayWindowImpl * This)
|
||||
{
|
||||
BOOL ret;
|
||||
RECT rc = This->rcTrayWnd[This->Position];
|
||||
INT w = This->TraySize.cx - GetSystemMetrics(SM_CXBORDER) * 2 - 1;
|
||||
INT h = This->TraySize.cy - GetSystemMetrics(SM_CYBORDER) * 2 - 1;
|
||||
|
||||
Reference in New Issue
Block a user