diff --git a/reactos/w32api/include/winuser.h b/reactos/w32api/include/winuser.h index 68b1c63dbb0..51ef91b698a 100644 --- a/reactos/w32api/include/winuser.h +++ b/reactos/w32api/include/winuser.h @@ -1134,9 +1134,13 @@ extern "C" { #define SPI_GETLOWPOWERACTIVE 83 #define SPI_GETLOWPOWERTIMEOUT 79 #define SPI_GETMENUDROPALIGNMENT 27 +#define SPI_GETMENUSHOWDELAY 106 #define SPI_GETMINIMIZEDMETRICS 43 #define SPI_GETMOUSE 3 #define SPI_GETMOUSEKEYS 54 +#define SPI_GETMOUSEHOVERHEIGHT 100 +#define SPI_GETMOUSEHOVERTIME 102 +#define SPI_GETMOUSEHOVERWIDTH 98 #define SPI_GETMOUSETRAILS 94 #define SPI_GETNONCLIENTMETRICS 41 #define SPI_GETPOWEROFFACTIVE 84 @@ -1188,9 +1192,13 @@ extern "C" { #define SPI_SETLOWPOWERACTIVE 85 #define SPI_SETLOWPOWERTIMEOUT 81 #define SPI_SETMENUDROPALIGNMENT 28 +#define SPI_SETMENUSHOWDELAY 107 #define SPI_SETMINIMIZEDMETRICS 44 #define SPI_SETMOUSE 4 #define SPI_SETMOUSEBUTTONSWAP 33 +#define SPI_SETMOUSEHOVERHEIGHT 101 +#define SPI_SETMOUSEHOVERTIME 103 +#define SPI_SETMOUSEHOVERWIDTH 99 #define SPI_SETMOUSEKEYS 55 #define SPI_SETMOUSETRAILS 93 #define SPI_SETNONCLIENTMETRICS 42 @@ -1259,6 +1267,7 @@ extern "C" { #define WM_CANCELMODE 31 #define WM_CAPTURECHANGED 533 #define WM_CHANGECBCHAIN 781 +#define WM_CHANGEUISTATE 295 #define WM_CHAR 258 #define WM_CHARTOITEM 47 #define WM_CHILDACTIVATE 34