Commit edf0142e authored by Laurent Aimar's avatar Laurent Aimar

Commented out a too verbose debug printf.

parent 00e9f09b
......@@ -455,7 +455,7 @@ static void VoutDisplayEventMouse(vout_display_t *vd, int event, va_list args)
const int x = (int)va_arg(args, int);
const int y = (int)va_arg(args, int);
if (x != osys->mouse.state.i_x || y != osys->mouse.state.i_y) {
msg_Dbg(vd, "VoutDisplayEvent 'mouse' @%d,%d", x, y);
//msg_Dbg(vd, "VoutDisplayEvent 'mouse' @%d,%d", x, y);
m.i_x = x;
m.i_y = y;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment