summaryrefslogtreecommitdiff
path: root/plugins/WebView/src/webview.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-02 21:55:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-02 21:55:57 +0000
commit0ca0de7698b523effaaf6cc9c608e936fa5aaf86 (patch)
tree1e6ce038dc27a1ccddb5e3f863607c83eece2e98 /plugins/WebView/src/webview.h
parentaeae01dc50a5adea8fe003c8195540b1f2b2169f (diff)
useless calls of mir_*strlen in DrawText replaced with -1
git-svn-id: http://svn.miranda-ng.org/main/trunk@11223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview.h')
-rw-r--r--plugins/WebView/src/webview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h
index 3aab03a26b..eea8f08c03 100644
--- a/plugins/WebView/src/webview.h
+++ b/plugins/WebView/src/webview.h
@@ -135,7 +135,8 @@ void ReadFromFile(void *hContact);
* some globals for window settings
*/
-extern DWORD Xposition, Yposition, BackgoundClr, TextClr, WindowHeight, WindowWidth;
+extern int Xposition, Yposition, WindowHeight, WindowWidth;
+extern COLORREF BackgoundClr, TextClr;
extern UINT_PTR timerId, Countdown;
extern LOGFONT lf;
extern HFONT h_font;