diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-22 12:31:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-22 12:31:45 +0000 |
commit | 9fcf8dce5638362799de647f8eb9711195e41992 (patch) | |
tree | 289eb79706398ce3a8f9662e866a22ccd94d66f6 /plugins/Clist_modern/src/modern_skinengine.cpp | |
parent | 319ec9408e1f8beda226481058a864477d156715 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_skinengine.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_skinengine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_skinengine.cpp b/plugins/Clist_modern/src/modern_skinengine.cpp index 75e42dac1a..ea09203cc0 100644 --- a/plugins/Clist_modern/src/modern_skinengine.cpp +++ b/plugins/Clist_modern/src/modern_skinengine.cpp @@ -92,7 +92,7 @@ static void ske_PreMultiplyChanells(HBITMAP hbmp,BYTE Mult); static int ske_ValidateSingleFrameImage(FRAMEWND * Frame, BOOL SkipBkgBlitting);
static INT_PTR ske_Service_UpdateFrameImage(WPARAM wParam, LPARAM lParam);
static INT_PTR ske_Service_InvalidateFrameImage(WPARAM wParam, LPARAM lParam);
-static INT_PTR ske_Service_DrawTextWithEffect( WPARAM wParam, LPARAM lParam );
+static INT_PTR ske_Service_DrawTextWithEffect(WPARAM wParam, LPARAM lParam);
//Decoders
static HMODULE hImageDecoderModule;
@@ -2971,7 +2971,7 @@ static int ske_DrawTextWithEffectWorker( HDC hdc, LPCTSTR lpString, int nCount, return res;
}
-INT_PTR ske_Service_DrawTextWithEffect( WPARAM wParam, LPARAM lParam )
+INT_PTR ske_Service_DrawTextWithEffect(WPARAM wParam, LPARAM lParam)
{
DrawTextWithEffectParam * p = ( DrawTextWithEffectParam * ) wParam;
if ( p->cbSize != sizeof(DrawTextWithEffectParam))
|