winex11.drv: Transmit WM_DEADCHAR messages to applications

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 16 01:38:55 CDT 2013


Simon Lipp <sloonz at gmail.com> wrote:

> +             * Moreover, let dead chars be processed or we will never have
> +             * WM_DEADCHAR events

That's how it's supposed to work. Wine should never generate WM_DEADCHAR
message, it relies in the driver to handle dead keys and generate final
events. X11 even has an ability to support user defined key sequences which
are handled by XFilterEvent and which will be broken by your patch.

-- 
Dmitry.



More information about the wine-devel mailing list