mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[UXTHEME]
Properly declare with static svn path=/trunk/; revision=63153
This commit is contained in:
parent
da4a5b626a
commit
d04225ceac
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ static INT SCROLL_TrackingBar = 0;
|
|||
static INT SCROLL_TrackingPos = 0;
|
||||
static INT SCROLL_TrackingVal = 0;
|
||||
|
||||
void static ScreenToWindow( HWND hWnd, POINT* pt)
|
||||
static void ScreenToWindow( HWND hWnd, POINT* pt)
|
||||
{
|
||||
RECT rcWnd;
|
||||
GetWindowRect(hWnd, &rcWnd);
|
||||
|
|
Loading…
Reference in a new issue