winex11: Return STATUS_NOT_FOUND when IME update isn't found.
This commit is contained in:
parent
0f6a66e919
commit
59820f0efb
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ UINT X11DRV_ImeToAsciiEx( UINT vkey, UINT lparam, const BYTE *state, COMPOSITION
|
|||
if (!(update = find_ime_update( lparam )))
|
||||
{
|
||||
pthread_mutex_unlock( &ime_mutex );
|
||||
return 0;
|
||||
return STATUS_NOT_FOUND;
|
||||
}
|
||||
|
||||
if (!update->comp_str) comp_len = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue