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