diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-20 19:21:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-20 19:21:48 +0000 |
commit | 6a7f572f84f3f23b55ab0f42c1203035463c38d8 (patch) | |
tree | aa1310b80f874076f6bce5867fcf00bafdee2795 /plugins/Clist_modern/src/modern_clui.cpp | |
parent | 20e207e4e4e3a68a11e46ce9b2b7e0ff5034f960 (diff) |
using Uxtheme in modern too
git-svn-id: http://svn.miranda-ng.org/main/trunk@6143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 59eb6ed3ab..ba54fa857b 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -551,7 +551,6 @@ int CLUI_ShowWindowMod(HWND hWnd, int nCmd) && !g_mutex_bChangingMode
&& nCmd == SW_HIDE
&& !g_CluiData.fLayered
- && IsWinVerXPPlus()
&& db_get_b(NULL,"CList","WindowShadow",SETTING_WINDOWSHADOW_DEFAULT))
{
ShowWindow(hWnd,SW_MINIMIZE); //removing of shadow
@@ -561,7 +560,6 @@ int CLUI_ShowWindowMod(HWND hWnd, int nCmd) && !g_mutex_bChangingMode
&& nCmd == SW_RESTORE
&& !g_CluiData.fLayered
- && IsWinVerXPPlus()
&& g_CluiData.fSmoothAnimation
&& !g_bTransparentFlag)
{
|