mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 513867 - Soft keyboard covers the search buttons on samsung omnia r=dougt
This commit is contained in:
parent
bd425c61be
commit
c61ee4488f
@ -4178,6 +4178,14 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam,
|
||||
case WM_SETTINGCHANGE:
|
||||
#if !defined (WINCE_WINDOWS_MOBILE)
|
||||
getWheelInfo = PR_TRUE;
|
||||
#else
|
||||
switch (wParam) {
|
||||
case SPI_SIPMOVE:
|
||||
case SPI_SETSIPINFO:
|
||||
case SPI_SETCURRENTIM:
|
||||
nsWindowCE::NotifySoftKbObservers();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
OnSettingsChange(wParam, lParam);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user