[ros-kernel] keyboard dead key patch
jeanmichel.123 at free.fr
jeanmichel.123 at free.fr
Fri Nov 7 15:07:08 CET 2003
In fact,
The 1 (kbdfr patch) is good.
The 2a is good.
The 2b is bad.
So, the second patch should be replaced by the attached one.
> > 1/
> > I would like somebody commit the kbdfr patch...
> > 2/
> > Here is a keyboard.c patch.
> > This second patch make 2 modifications (a and b).
> > I' d like somebody have a look on it.
> >
> > a/
> > dead_char = 0
> > does not look to be in the right line.
> >
> > b/
> > As the computed compose char are not available by application I have
> modified
> > an input parameter, but I believe it to be a bad solution.
> > However I do not know how to get the computed compose char from
> application.
> >
-------------- next part --------------
Index: keyboard.c
===================================================================
RCS file: /CVS/ReactOS/reactos/subsys/win32k/ntuser/keyboard.c,v
retrieving revision 1.13
diff -d -u -r1.13 keyboard.c
--- keyboard.c 18 Oct 2003 21:48:18 -0000 1.13
+++ keyboard.c 7 Nov 2003 14:08:43 -0000
@@ -687,8 +687,8 @@
wp[0] = accent_chars[i].ac_result;
break;
}
- dead_char = 0;
}
+ dead_char = 0;
}
NewMsg.hwnd = InMsg.hwnd;
NewMsg.wParam = wp[0];
More information about the Ros-kernel
mailing list