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 /plugins/Scriver/src/tabs.cpp | |
parent | c7120d1b26426bcb8243bd850e84041a0401bdfb (diff) |
SRMM windows: timer classes instead of perversions with WM_TIMER
Diffstat (limited to 'plugins/Scriver/src/tabs.cpp')
-rw-r--r-- | plugins/Scriver/src/tabs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Scriver/src/tabs.cpp b/plugins/Scriver/src/tabs.cpp index e024f1d50f..e50c07cff4 100644 --- a/plugins/Scriver/src/tabs.cpp +++ b/plugins/Scriver/src/tabs.cpp @@ -23,6 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
+#define TIMERID_FLASHWND 1
+
#define SB_CHAR_WIDTH 40
#define SB_SENDING_WIDTH 25
#define SB_UNICODE_WIDTH 18
|