From 7378dd16f14d3f9f34cde4a18859d406cd303a22 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Apr 2020 17:34:57 +0300 Subject: DBEF_TEMPORARY - new flag to disable event notification about event addition --- include/m_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/m_database.h') diff --git a/include/m_database.h b/include/m_database.h index c49ed1a270..f9ef17b29d 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -160,6 +160,7 @@ struct DBVARIANT }; }; +#define DBEF_TEMPORARY 1 // disable notifications about temporary database events #define DBEF_SENT 2 // this event was sent by the user. If not set this event was received. #define DBEF_READ 4 // event has been read by the user. It does not need to be processed any more except for history. #define DBEF_RTL 8 // event contains the right-to-left aligned text -- cgit v1.2.3