X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/1df45593ed0b5b0487fb605cb7dd46bcb09388e9..bab5b1178dd0a6bfe08e3d658a47b3b5671a93d4:/dwm.h diff --git a/dwm.h b/dwm.h index 56b8433..0a259f8 100644 --- a/dwm.h +++ b/dwm.h @@ -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 */ @@ -146,4 +145,3 @@ void view(const char *arg); /* views the tag with arg's index */ void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ -