Displaying 1 result from an estimated 1 matches for "1571c1570".
Did you mean:
1551c1540
2001 Mar 09
1
Code change required in x11drv keyboard driver
...n my control to Kermit. After
a little investigation in the source files, I traced the problem to the
above function. I don't quite know whether you want to remove the
section entirely, but my patch runs as follows...(diff output)
1568d1567
< /* Oh yes it does! - Andy Johnson */
1571c1570
< /* if (((keysym>=33) && (keysym < 'A')) ||
---
> if (((keysym>=33) && (keysym < 'A')) ||
1577d1575
< */
Hope this patch is recieved in the spirit in which it is sent. Wine has
come so far in the last two years and whils...