summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/themes.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-03 21:56:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-03 21:56:17 +0000
commitfc3091cb598ad8401fb4af2a6e3931141c9895a1 (patch)
treecdbf34b27d1ff8d5986f687a9c51e93a0099bf55 /plugins/TabSRMM/src/themes.h
parent98ad0478550773f19712b598edc56ef7dbea2985 (diff)
- old junk removed from tabSRMM & replaced with the modern calls
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/themes.h')
-rw-r--r--plugins/TabSRMM/src/themes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h
index 5d41062920..27ed9beb6c 100644
--- a/plugins/TabSRMM/src/themes.h
+++ b/plugins/TabSRMM/src/themes.h
@@ -316,7 +316,7 @@ public:
static HANDLE TSAPI InitiateBufferedPaint(const HDC hdcSrc, RECT& rc, HDC& hdcOut);
static void TSAPI FinalizeBufferedPaint(HANDLE hbp, RECT *rc);
static bool __fastcall DrawItem(const HDC hdc, const RECT *rc, const CSkinItem *item);
- static void TSAPI UpdateToolbarBG(TWindowData* dat, DWORD dwRdwOptFlags = 0);
+ static void TSAPI UpdateToolbarBG(TWindowData *dat, DWORD dwRdwOptFlags = 0);
static void TSAPI FillBack(const HDC hdc, RECT* rc);
public: