cleanup; use MSG_SETWINDOWMASK instead of __kernel_change_z_node_mask_rect

This commit is contained in:
Vincent Wei
2020-02-07 10:18:30 +08:00
parent 3b8b5ffabc
commit 32c5c3c58f
7 changed files with 1156 additions and 1119 deletions

View File

@@ -2405,6 +2405,7 @@ typedef struct _COMPOSITINGINFO {
DWORD arg;
} COMPOSITINGINFO;
/* Since 4.2.0 */
#define MSG_SETCOMPOSITING 0x0105
#define MSG_SHOWGLOBALCTRL 0x010A
@@ -2422,6 +2423,15 @@ typedef struct _DRAGINFO {
#define MSG_CHANGECAPTION 0x010E
struct _RECT4MASK;
typedef struct _WINMASKINFO {
int nr_rcs;
struct _RECT4MASK* rcs;
} WINMASKINFO;
/* Since 4.2.0 */
#define MSG_SETWINDOWMASK 0x010F
#define MSG_LASTWINDOWMSG 0x010F
/** @} end of window_msgs */