mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
31be20d16d
commit
648402b9eb
2 changed files with 8 additions and 6 deletions
|
@ -305,6 +305,8 @@ bool CWinEventEmitter::processMessage (HWND hWnd, uint32 msg, WPARAM wParam, LPA
|
||||||
case WM_INPUTLANGCHANGE:
|
case WM_INPUTLANGCHANGE:
|
||||||
if ( _IMEEventsEnabled )
|
if ( _IMEEventsEnabled )
|
||||||
{
|
{
|
||||||
|
// wParam = Specifies the character set of the new locale.
|
||||||
|
// lParam = Input locale identifier.
|
||||||
server->postEvent( new CEventIME( msg, (uint32)wParam, (uint32)lParam, this ) );
|
server->postEvent( new CEventIME( msg, (uint32)wParam, (uint32)lParam, this ) );
|
||||||
return true; // trap message
|
return true; // trap message
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue