mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-22 06:07:29 +02:00
disable debug msg
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user