[vlc-devel] commit: Commented out a too verbose debug printf. (Laurent Aimar )
git version control
git at videolan.org
Mon Oct 5 23:52:26 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Oct 5 21:12:39 2009 +0200| [edf0142e1c7a0215d8f59a1e15518b1b33cf710a] | committer: Laurent Aimar
Commented out a too verbose debug printf.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edf0142e1c7a0215d8f59a1e15518b1b33cf710a
---
src/video_output/display.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/display.c b/src/video_output/display.c
index c2c7420..c3b0800 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -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;
More information about the vlc-devel
mailing list