From 26d0cec9a93a10b5c1feaf8dfa900735b198df5a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 16 Jan 2020 18:07:27 +0800 Subject: [PATCH] add MSG_UPDATECLIWIN --- include/window.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/window.h b/include/window.h index 5fddef5b..ba030335 100644 --- a/include/window.h +++ b/include/window.h @@ -2864,9 +2864,11 @@ typedef struct _DRAGINFO { */ #define MSG_SRVNOTIFY 0x0147 -#ifdef _MGRM_PROCESSES - #define MSG_UPDATECLIWIN 0x0148 -#endif +#define MSG_UPDATECLIWIN 0x0148 + +/* Since 4.2.0; the server send this message to the client + if the client moved to a new layer */ +#define MSG_LAYERCHANGED 0x0149 #endif /* !_MGRM_THREADS */