diff options
Diffstat (limited to 'plugins/FloatingContacts/thumbs.cpp')
-rw-r--r-- | plugins/FloatingContacts/thumbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/thumbs.cpp b/plugins/FloatingContacts/thumbs.cpp index 34501bfd57..dffd19f153 100644 --- a/plugins/FloatingContacts/thumbs.cpp +++ b/plugins/FloatingContacts/thumbs.cpp @@ -822,7 +822,7 @@ void ThumbInfo::UpdateContent() if (pUpdateLayeredWindow)
{
- SetWindowLong( hwnd, GWL_EXSTYLE, GetWindowLong(hwnd, GWL_EXSTYLE) | WS_EX_LAYERED );
+ SetWindowLongPtr( hwnd, GWL_EXSTYLE, GetWindowLongPtr(hwnd, GWL_EXSTYLE) | WS_EX_LAYERED );
RECT rc; GetWindowRect(hwnd, &rc);
POINT ptDst = {rc.left, rc.top};
|