projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4a5b6
)
[UXTHEME]
author
Pierre Schweitzer
<pierre@reactos.org>
Sun, 4 May 2014 09:46:57 +0000
(09:46 +0000)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sun, 4 May 2014 09:46:57 +0000
(09:46 +0000)
Properly declare with static
svn path=/trunk/; revision=63153
reactos/dll/win32/uxtheme/ncscrollbar.c
patch
|
blob
|
history
diff --git
a/reactos/dll/win32/uxtheme/ncscrollbar.c
b/reactos/dll/win32/uxtheme/ncscrollbar.c
index
9243136
..
6774580
100644
(file)
--- a/
reactos/dll/win32/uxtheme/ncscrollbar.c
+++ b/
reactos/dll/win32/uxtheme/ncscrollbar.c
@@
-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);