minor fixes; hide some routines

This commit is contained in:
rsc 2005-01-04 22:20:14 +00:00
parent ba3de38060
commit 1818ce0f28
6 changed files with 10 additions and 10 deletions

View file

@ -103,7 +103,7 @@ __xtoplan9kbd(XEvent *e)
break;
default: /* not ISO-1 or tty control */
if(k>0xff) {
k = keysym2ucs(k);
k = _p9keysym2ucs(k);
if(k==-1) return -1;
}
}