removed procevent, more refactoring

This commit is contained in:
Anselm R. Garbe
2007-02-19 15:23:35 +01:00
parent f8415019d4
commit e9c49ddd7a
3 changed files with 6 additions and 14 deletions

1
dwm.h
View File

@ -115,7 +115,6 @@ extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is
/* event.c */
extern void grabkeys(void); /* grab all keys defined in config.h */
extern void procevent(void); /* process pending X events */
/* main.c */
extern void drawstatus(void); /* draw the bar */