diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-03 21:56:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-03 21:56:17 +0000 |
commit | fc3091cb598ad8401fb4af2a6e3931141c9895a1 (patch) | |
tree | cdbf34b27d1ff8d5986f687a9c51e93a0099bf55 /plugins/TabSRMM/src/commonheaders.h | |
parent | 98ad0478550773f19712b598edc56ef7dbea2985 (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/commonheaders.h')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index 31c1faba6d..c87d5b674b 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -293,7 +293,7 @@ extern INT_PTR CALLBACK DlgProcOptions3(HWND hwndDlg, UINT uMsg, WPARAM wParam, extern INT_PTR CALLBACK DlgProcUserPrefsFrame(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
extern int TSAPI TBStateConvert2Flat(int state);
extern int TSAPI RBStateConvert2Flat(int state);
-extern void TSAPI FillTabBackground(const HDC hdc, int iStateId, const TWindowData* dat, RECT* rc);
+extern void TSAPI FillTabBackground(const HDC hdc, int iStateId, const TWindowData *dat, RECT* rc);
#define IS_EXTKEY(a) (a & (1 << 24))
|