disable debug msg

This commit is contained in:
stefan schippers
2026-07-25 10:19:39 +02:00
parent e534345b2a
commit 7be708fcc3
+1 -1
View File
@@ -4715,7 +4715,7 @@ int callback(const char *win_path, int event, int mx, int my, KeySym key, int bu
if(xctx->semaphore >= 3) { if(xctx->semaphore >= 3) {
dbg(0, "reentrant callback() call disabled, semaphore = %d\n", xctx->semaphore); dbg(1, "reentrant callback() call disabled, semaphore = %d\n", xctx->semaphore);
return 0; return 0;
} }
/* this fix uses an alternative method for getting mouse coordinates on KeyPress/KeyRelease /* this fix uses an alternative method for getting mouse coordinates on KeyPress/KeyRelease