diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-11 20:55:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-11 20:55:23 +0300 |
commit | 5d0722936cc48af5804f75f8785d3b7583420a7c (patch) | |
tree | 56f46ffa03903f35584e8f347308802e93e0b3f5 /include/m_srmm_int.h | |
parent | c7120d1b26426bcb8243bd850e84041a0401bdfb (diff) |
SRMM windows: timer classes instead of perversions with WM_TIMER
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 28b67984b4..952c1ad035 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -230,6 +230,7 @@ public: bool m_bFGSet, m_bBGSet; bool m_bInMenu; COLORREF m_iFG, m_iBG; + CTimer timerFlash, timerType; void ClearLog(); void RedrawLog(); |