Small argument fix

This commit is contained in:
Enno Boland (tox) 2011-03-24 21:53:40 +01:00
parent 9ff7c9fea2
commit e485fdb9eb
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ buttonrelease(XEvent *e) {
Key *k;
if((k = findkey(ev->x, ev->y)))
unpress(k);
unpress();
}
void
@ -273,7 +273,7 @@ initfont(const char *fontstr) {
void
leavenotify(XEvent *e) {
unpress(NULL);
unpress();
}
void