disable debug msg
This commit is contained in:
parent
45a0af8005
commit
ed9dc9b211
|
|
@ -384,7 +384,7 @@ static int waves_callback(int event, int mx, int my, KeySym key, int button, int
|
|||
xRect *r = NULL;
|
||||
int access_cond = !graph_use_ctrl_key || (state & ControlMask);
|
||||
|
||||
dbg(0, "uistate=%d, graph_flags=%d\n", xctx->ui_state, xctx->graph_flags);
|
||||
dbg(1, "uistate=%d, graph_flags=%d\n", xctx->ui_state, xctx->graph_flags);
|
||||
if(event != -3 && !xctx->raw) return 0;
|
||||
rstate = state; /* rstate does not have ShiftMask bit, so easier to test for KeyPress events */
|
||||
rstate &= ~ShiftMask; /* don't use ShiftMask, identifying characters is sufficient */
|
||||
|
|
|
|||
Loading…
Reference in New Issue