diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-11 14:53:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-11 14:53:30 +0000 |
commit | 57884d14f2085b95b253c37f5e142b19d42d586e (patch) | |
tree | 687170ffcd0dc02fef625607b0a074f1c0be9b6f /plugins/TabSRMM/src/themes.h | |
parent | 8725517f626b8c7c43e3800ad7dcae99cec0649c (diff) |
- massive extinction of clutches in tabSRMM;
- loop packing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4424 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/themes.h')
-rw-r--r-- | plugins/TabSRMM/src/themes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h index 62b8efad81..da939dbbf1 100644 --- a/plugins/TabSRMM/src/themes.h +++ b/plugins/TabSRMM/src/themes.h @@ -299,7 +299,7 @@ public: * static member functions
*/
static void TSAPI SkinDrawBGFromDC(HWND hwndClient, HWND hwnd, RECT *rcClient, HDC hdcTarget);
- static void TSAPI SkinDrawBG(HWND hwndClient, HWND hwnd, struct TContainerData *pContainer, RECT *rcClient, HDC hdcTarget);
+ static void TSAPI SkinDrawBG(HWND hwndClient, HWND hwnd, TContainerData *pContainer, RECT *rcClient, HDC hdcTarget);
static void TSAPI MY_AlphaBlend(HDC hdcDraw, DWORD left, DWORD top, int width, int height, int bmWidth, int bmHeight, HDC hdcMem);
static void TSAPI DrawDimmedIcon(HDC hdc, LONG left, LONG top, LONG dx, LONG dy, HICON hIcon, BYTE alpha);
static DWORD __fastcall HexStringToLong(const TCHAR *szSource);
|