diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-10 18:14:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-10 18:14:41 +0300 |
commit | 2aabaeeb3a8ab0a2d0269e63f91c028ac3c18e39 (patch) | |
tree | 8b28c21b4008a0d96a2b83d0a795017d3c4179e2 /include | |
parent | 10da0027082793a8c83c155cc96bf383ba78eb8e (diff) |
Scriver: fix for window resizer
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 8a5bc32257..6de70f7882 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -46,6 +46,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_FAKE_EVENT MEVENT(0xBABABEDA)
#define TIMERID_FLASHWND 1
+#define TIMERID_RESIZE 2
#define GCW_TABROOM 10
#define GCW_TABPRIVMSG 11
|