Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0fb99cd5
Commit
0fb99cd5
authored
Jun 22, 2003
by
sigmunau
Browse files
turned a debug message into a comment
parent
b9d0fb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/gestures.c
View file @
0fb99cd5
...
...
@@ -2,7 +2,7 @@
* geatures.c: control vlc with mouse gestures
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: gestures.c,v 1.
4
2003/0
3/30 18:14:37 gbazin
Exp $
* $Id: gestures.c,v 1.
5
2003/0
6/22 13:27:41 sigmunau
Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -193,8 +193,8 @@ static void RunIntf( intf_thread_t *p_intf )
}
break
;
case
GESTURE
(
DOWN
,
RIGHT
,
NONE
,
NONE
):
/* FIXME: Should close the vout!"*/
p_intf
->
p_vlc
->
b_die
=
VLC_TRUE
;
msg_Dbg
(
p_intf
,
"Should close the vout!"
);
break
;
case
GESTURE
(
DOWN
,
LEFT
,
UP
,
RIGHT
):
msg_Dbg
(
p_intf
,
"A square!"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment