changed main event loop

This commit is contained in:
Anselm R.Garbe
2006-08-15 07:31:42 +02:00
parent ee31e38dc7
commit b6ad663f87
3 changed files with 21 additions and 10 deletions

1
dwm.h
View File

@ -108,6 +108,7 @@ extern unsigned int textw(const char *text);
/* event.c */
extern void grabkeys();
extern void procevent();
/* main.c */
extern int getproto(Window w);