mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
This commit is contained in:
parent
00b86a9b04
commit
ab7fc4a0c6
1 changed files with 1 additions and 0 deletions
|
@ -553,6 +553,7 @@ LPVOID MSVIDEO_MapMsg16To32(UINT msg, LPDWORD lParam1, LPDWORD lParam2) {
|
|||
case DRV_OPEN:
|
||||
case ICM_GETDEFAULTQUALITY:
|
||||
case ICM_GETQUALITY:
|
||||
case ICM_SETSTATE:
|
||||
*lParam1 = (DWORD)MapSL(*lParam1);
|
||||
break;
|
||||
case ICM_GETINFO:
|
||||
|
|
Loading…
Reference in a new issue