From 9f73a1279542c96aff7cbc6390a449cdcc66df06 Mon Sep 17 00:00:00 2001 From: Ryan McBride Date: Fri, 6 Nov 2009 04:51:21 +0000 Subject: [PATCH] Fix typo in debug, make scrotwm build again. --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index fce8028..1ddb08f 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -4076,7 +4076,7 @@ focusme: * if we have more enternotifies let them handle it in due time */ if (XCheckTypedEvent(display, EnterNotify, &cne) == True) { - DNPRINT(SWM_D_EVENT, + DNPRINTF(SWM_D_EVENT, "ignoring enternotify: got more enternotify\n"); XPutBackEvent(display, &cne); return; -- 1.7.10.4