From bab5b1178dd0a6bfe08e3d658a47b3b5671a93d4 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 26 Feb 2007 16:24:51 +0100 Subject: removed sendevent --- dwm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index c00f691..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 */ -- cgit v1.2.3-54-g00ecf