Add some more SPI values.
This commit is contained in:
parent
c5bb5182e8
commit
0fba748f2a
|
@ -2318,6 +2318,10 @@ BOOL WINAPI SystemParametersInfoW( UINT uiAction, UINT uiParam,
|
|||
WINE_SPI_FIXME(SPI_SETFLATMENU); /* 0x1023 _WIN32_WINNT >= 0x510 */
|
||||
WINE_SPI_FIXME(SPI_GETDROPSHADOW); /* 0x1024 _WIN32_WINNT >= 0x510 */
|
||||
WINE_SPI_FIXME(SPI_SETDROPSHADOW); /* 0x1025 _WIN32_WINNT >= 0x510 */
|
||||
WINE_SPI_FIXME(SPI_GETBLOCKSENDINPUTRESETS);
|
||||
WINE_SPI_FIXME(SPI_SETBLOCKSENDINPUTRESETS);
|
||||
WINE_SPI_FIXME(SPI_GETUIEFFECTS);
|
||||
WINE_SPI_FIXME(SPI_SETUIEFFECTS);
|
||||
WINE_SPI_FIXME(SPI_GETFOREGROUNDLOCKTIMEOUT);/* 0x2000 _WIN32_WINNT >= 0x500 || _WIN32_WINDOW > 0x400 */
|
||||
WINE_SPI_FIXME(SPI_SETFOREGROUNDLOCKTIMEOUT);/* 0x2001 _WIN32_WINNT >= 0x500 || _WIN32_WINDOW > 0x400 */
|
||||
WINE_SPI_FIXME(SPI_GETACTIVEWNDTRKTIMEOUT); /* 0x2002 _WIN32_WINNT >= 0x500 || _WIN32_WINDOW > 0x400 */
|
||||
|
|
|
@ -2753,6 +2753,10 @@ typedef struct tagCBTACTIVATESTRUCT
|
|||
#define SPI_SETFLATMENU 0x1023
|
||||
#define SPI_GETDROPSHADOW 0x1024
|
||||
#define SPI_SETDROPSHADOW 0x1025
|
||||
#define SPI_GETBLOCKSENDINPUTRESETS 0x1026
|
||||
#define SPI_SETBLOCKSENDINPUTRESETS 0x1027
|
||||
#define SPI_GETUIEFFECTS 0x103E
|
||||
#define SPI_SETUIEFFECTS 0x103F
|
||||
#define SPI_GETMOUSECLICKLOCKTIME 0x2008
|
||||
#define SPI_SETMOUSECLICKLOCKTIME 0x2009
|
||||
#define SPI_GETFONTSMOOTHINGTYPE 0x200A
|
||||
|
|
Loading…
Reference in New Issue