Displaying 1 result from an estimated 1 matches for "1568d1567".
Did you mean:
1561,1567
2001 Mar 09
1
Code change required in x11drv keyboard driver
...f preview 2 was
dampened when my killer app failed to return 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...