From 77f803db691fa603a8c2c195a69dba7bb7a1cdd6 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 8 Aug 2011 22:45:14 +0000 Subject: [PATCH] stray debug --- scrotwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index 09f2529..b4d20e8 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -3067,7 +3067,6 @@ send_to_ws(struct swm_region *r, union arg *args) void pressbutton(struct swm_region *r, union arg *args) { -fprintf(stderr, "%d\n", args->id); XTestFakeButtonEvent(display, args->id, True, CurrentTime); XTestFakeButtonEvent(display, args->id, False, CurrentTime); } -- 1.7.10.4