diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-21 13:34:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-21 13:34:07 +0300 |
commit | 6024e32d70da7a7c703de51e30b6c6407df8a745 (patch) | |
tree | 8a4d35a59b0009d9ed781a8537e03b7d75f8ada1 /include | |
parent | 8a27227c3ada60a9ac4d78a721b101264a95af05 (diff) |
unused old field removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_message.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_message.h b/include/m_message.h index 1adc08a5e2..975ff417b6 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -60,16 +60,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MSG_WINDOW_EVT_CLOSING 3 // window is about to be closed
#define MSG_WINDOW_EVT_CLOSE 4 // window has been closed
-#define MSG_WINDOW_UFLAG_MSG_FROM 0x00000001
-#define MSG_WINDOW_UFLAG_MSG_TO 0x00000002
-#define MSG_WINDOW_UFLAG_MSG_BOTH 0x00000004
-
struct MessageWindowEventData
{
MCONTACT hContact;
HWND hwndWindow; // top level window for the contact
uint32_t uType; // see event types above
- uint32_t uFlags; // used to indicate message direction for all event types except custom
HWND hwndInput; // input area window for the contact (or NULL if there is none)
HWND hwndLog; // log area window for the contact (or NULL if there is none)
};
|