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
aa347e07
Commit
aa347e07
authored
Sep 27, 2009
by
Andrey Turkin
Committed by
Alexandre Julliard
Sep 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Accept SPI_GET/SETMOUSEVANISH parameters in SystemParametersInfo.
parent
1a80add0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
sysparams.c
dlls/user32/sysparams.c
+9
-2
No files found.
dlls/user32/sysparams.c
View file @
aa347e07
...
...
@@ -2317,8 +2317,15 @@ BOOL WINAPI SystemParametersInfoW( UINT uiAction, UINT uiParam,
WINE_SPI_FIXME
(
SPI_SETMOUSESONAR
);
/* 0x101D _WIN32_WINNT >= 0x510 || _WIN32_WINDOW >= 0x490*/
WINE_SPI_FIXME
(
SPI_GETMOUSECLICKLOCK
);
/* 0x101E _WIN32_WINNT >= 0x510 || _WIN32_WINDOW >= 0x490*/
WINE_SPI_FIXME
(
SPI_SETMOUSECLICKLOCK
);
/* 0x101F _WIN32_WINNT >= 0x510 || _WIN32_WINDOW >= 0x490*/
WINE_SPI_FIXME
(
SPI_GETMOUSEVANISH
);
/* 0x1020 _WIN32_WINNT >= 0x510 || _WIN32_WINDOW >= 0x490*/
WINE_SPI_FIXME
(
SPI_SETMOUSEVANISH
);
/* 0x1021 _WIN32_WINNT >= 0x510 || _WIN32_WINDOW >= 0x490*/
case
SPI_GETMOUSEVANISH
:
ret
=
get_user_pref_param
(
2
,
0x01
,
pvParam
);
break
;
case
SPI_SETMOUSEVANISH
:
ret
=
set_user_pref_param
(
2
,
0x01
,
PtrToUlong
(
pvParam
),
fWinIni
);
break
;
case
SPI_GETFLATMENU
:
ret
=
get_user_pref_param
(
2
,
0x02
,
pvParam
);
break
;
...
...
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