applied jk_to_tab patch

This commit is contained in:
Anselm R.Garbe
2006-08-15 08:25:11 +02:00
parent b6ad663f87
commit df74b26e5d
3 changed files with 63 additions and 56 deletions

3
main.c

@ -291,9 +291,8 @@ main(int argc, char *argv[])
strcpy(stext, "broken pipe");
drawstatus();
}
if(FD_ISSET(xfd, &rd))
procevent();
}
procevent();
}
cleanup();
XCloseDisplay(dpy);