Fix a typo
This commit is contained in:
parent
2882f6651a
commit
527328c303
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ BOOL Flip_SystemTask(HWND hWnd)
|
||||||
else
|
else
|
||||||
timePrev += 20;
|
timePrev += 20;
|
||||||
|
|
||||||
static RECT dst_rect; // TODO - Not the original vaiable name
|
static RECT dst_rect; // TODO - Not the original variable name
|
||||||
GetWindowRect(hWnd, &dst_rect);
|
GetWindowRect(hWnd, &dst_rect);
|
||||||
dst_rect.left += client_x;
|
dst_rect.left += client_x;
|
||||||
dst_rect.top += client_y;
|
dst_rect.top += client_y;
|
||||||
|
|
Loading…
Add table
Reference in a new issue