JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix typo in debug, make scrotwm build again.
authorRyan McBride <mcbride@countersiege.com>
Fri, 6 Nov 2009 04:51:21 +0000 (04:51 +0000)
committerRyan McBride <mcbride@countersiege.com>
Fri, 6 Nov 2009 04:51:21 +0000 (04:51 +0000)
scrotwm.c

index fce8028..1ddb08f 100644 (file)
--- 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;