removed sendevent

This commit is contained in:
Anselm R. Garbe
2007-02-26 16:24:51 +01:00
parent ee8fb0c6e4
commit bab5b1178d
3 changed files with 11 additions and 17 deletions

1
dwm.h
View File

@ -130,7 +130,6 @@ void zoom(const char *arg); /* zooms the focused client to master area, arg is
/* main.c */
void quit(const char *arg); /* quit dwm nicely */
void sendevent(Window w, Atom a, long value); /* send synthetic event to w */
int xerror(Display *dsply, XErrorEvent *ee); /* dwm's X error handler */
/* tag.c */