Re: winex11.drv: Transmit WM_DEADCHAR messages to applications

2013-04-16 Thread Simon Lipp
> > > Wine should never generate WM_DEADCHAR message, it relies in the > > > driver to handle dead keys and generate final events. > > > > I’m sorry but I fail to see any incompatibility between the two > > alternatives. Wine can generate WM_DEADCHAR messages AND let X/input > > method handle the

Re: winex11.drv: Transmit WM_DEADCHAR messages to applications

2013-04-16 Thread Simon Lipp
> That's how it's supposed to work. But it doesn’t work that way under Windows. Shouldn’t Wine try to stick to Windows behavior as close as possible ? > Wine should never generate WM_DEADCHAR message, it relies in the > driver to handle dead keys and generate final events. I’m sorry but I fail