summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/popup_wnd2.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-26 16:39:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-26 16:39:04 +0300
commit62a186697df33c96dc1a6dac0f4dfc38652fb96f (patch)
tree1437d0906218fae8827aed384026f2b7e656f4ac /plugins/Popup/src/popup_wnd2.h
parentfcbb395dc7ff3edab972b6d4b27dbbfb3305f5d7 (diff)
BYTE -> uint8_t
Diffstat (limited to 'plugins/Popup/src/popup_wnd2.h')
-rw-r--r--plugins/Popup/src/popup_wnd2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/popup_wnd2.h b/plugins/Popup/src/popup_wnd2.h
index 45b940fbb6..3f4632f5d8 100644
--- a/plugins/Popup/src/popup_wnd2.h
+++ b/plugins/Popup/src/popup_wnd2.h
@@ -86,7 +86,7 @@ private:
// show & hide
bool m_bFade;
- BYTE m_btAlpha0, m_btAlpha1;
+ uint8_t m_btAlpha0, m_btAlpha1;
bool m_bSlide;
POINT m_ptPosition0, m_ptPosition1;
bool m_bDestroy;
@@ -113,7 +113,7 @@ public:
void startThread();
void create();
- void updateLayered(BYTE opacity);
+ void updateLayered(uint8_t opacity);
SIZE measure();
void update();
void animate();