summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/m_api
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-03 09:48:40 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-03 09:48:40 +0000
commit7ce3ed55b501b4d54ff73c9717cf858784769e02 (patch)
tree85f16c6a1712ac9a7742a5c95b9f97ef4e5c9553 /plugins/Clist_modern/src/m_api
parent7e252e5a42579e5082d760eb56a61c2e7a51d854 (diff)
code cleaning using mir_cs*
git-svn-id: http://svn.miranda-ng.org/main/trunk@11227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/m_api')
-rw-r--r--plugins/Clist_modern/src/m_api/m_xpTheme.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/m_api/m_xpTheme.h b/plugins/Clist_modern/src/m_api/m_xpTheme.h
index 63f1b0a5d3..fc4b384b59 100644
--- a/plugins/Clist_modern/src/m_api/m_xpTheme.h
+++ b/plugins/Clist_modern/src/m_api/m_xpTheme.h
@@ -1,6 +1,6 @@
/* Wrapper for XP theme */
typedef void * XPTHANDLE;
-typedef HANDLE HTHEME;
+typedef HANDLE HTHEME;
XPTHANDLE xpt_AddThemeHandle(HWND hwnd, LPCWSTR className);
void xpt_FreeThemeHandle(XPTHANDLE xptHandle);
@@ -15,7 +15,6 @@ BOOL xpt_IsThemed(XPTHANDLE xptHandle);
BOOL xpt_EnableThemeDialogTexture(HWND hwnd, DWORD flags);
// next will be called only from one place
-HRESULT XPThemesLoadModule();
void XPThemesUnloadModule();
void xpt_OnWM_THEMECHANGED();
@@ -25,7 +24,7 @@ void xpt_OnWM_THEMECHANGED();
//#include <tmschema.h>
//TODO: ADD HERE other definitions of part and states from <tmschema.h>
-//WINDOW
+//WINDOW
#define WP_CAPTION 1
#define WP_SMALLCAPTION 2
#define WP_SMALLMINCAPTION 4