Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0fba748f
Commit
0fba748f
authored
Feb 15, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Feb 15, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some more SPI values.
parent
c5bb5182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
sysparams.c
dlls/user/sysparams.c
+4
-0
winuser.h
include/winuser.h
+4
-0
No files found.
dlls/user/sysparams.c
View file @
0fba748f
...
...
@@ -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 */
...
...
include/winuser.h
View file @
0fba748f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment