Commit d8fa4337 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winemac: Use the default IME UI window proc implementation.

This slightly changes ime_ui_update_window to match what was previously in winex11.drv, since e5f0cdfc, which seems to be a more recent change.
parent bc1b1521
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
@ cdecl wine_notify_icon(long ptr) @ cdecl wine_notify_icon(long ptr)
# IME # IME
@ stdcall ImeDestroy(long)
@ stdcall ImeInquire(ptr wstr wstr)
@ stdcall ImeProcessKey(long long long ptr) @ stdcall ImeProcessKey(long long long ptr)
@ stdcall ImeSelect(long long) @ stdcall ImeSelect(long long)
@ stdcall ImeSetCompositionString(long long ptr long ptr long) @ stdcall ImeSetCompositionString(long long ptr long ptr long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment