Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
0fb99cd5
Commit
0fb99cd5
authored
Jun 22, 2003
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turned a debug message into a comment
parent
b9d0fb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/control/gestures.c
modules/control/gestures.c
+2
-2
No files found.
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/03/30 18:14:37 gbazin
Exp $
* $Id: gestures.c,v 1.
5 2003/06/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
Markdown
is supported
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