mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
cleanup; use MSG_SETWINDOWMASK instead of __kernel_change_z_node_mask_rect
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user