summaryrefslogtreecommitdiff
path: root/plugins/WebView/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WebView/src/webview.cpp')
-rw-r--r--plugins/WebView/src/webview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/WebView/src/webview.cpp b/plugins/WebView/src/webview.cpp
index 6efe057862..560b577c2d 100644
--- a/plugins/WebView/src/webview.cpp
+++ b/plugins/WebView/src/webview.cpp
@@ -29,9 +29,9 @@ MSG messages;
DWORD winheight;
int StartUpDelay = 0;
-DWORD Xposition, Yposition;
-DWORD BackgoundClr, TextClr;
-DWORD WindowHeight, WindowWidth;
+int Xposition, Yposition;
+int WindowHeight, WindowWidth;
+COLORREF BackgoundClr, TextClr;
UINT_PTR timerId;
UINT_PTR Countdown;