add MSG_SETAUTOREPEAT message

This commit is contained in:
Vincent Wei
2020-03-06 21:46:30 +08:00
parent da0cf8be8a
commit 5b885ccee1
2 changed files with 7 additions and 1 deletions

View File

@@ -2446,6 +2446,7 @@ extern DWORD __mg_interval_time;
#define MSG_GETNEXTMAINWIN 0x0103
/* Since 5.0.0 */
#define MSG_SETALWAYSTOP 0x0104
typedef struct _COMPOSITINGINFO {
@@ -2455,8 +2456,13 @@ typedef struct _COMPOSITINGINFO {
/* Since 5.0.0 */
#define MSG_SETCOMPOSITING 0x0105
/* Since 5.0.0 */
#define MSG_DUMPZORDER 0x0106
/* Since 5.0.0 */
#define MSG_SETAUTOREPEAT 0x0107
#define MSG_SHOWGLOBALCTRL 0x010A
#define MSG_HIDEGLOBALCTRL 0x010B

View File

@@ -338,7 +338,7 @@ char * __mg_msgstr2 [] =
"MSG_SETALWAYSTOP", // 0x0104
"MSG_SETCOMPOSITING", // 0x0105
"MSG_DUMPZORDER", // 0x0106
"", // 0x0107
"MSG_SETAUTOREPEAT", // 0x0107
"", // 0x0108
"", // 0x0109
"MSG_SHOWGLOBALCTRL", // 0x010A