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
0863ba24
Commit
0863ba24
authored
Nov 25, 2003
by
Rocky Bernstein
Browse files
Forgot to delete keypress callback.
parent
a0925780
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vcdx/intf.c
View file @
0863ba24
/*****************************************************************************
* intf.c: Video CD interface to handle user interaction and still time
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: intf.c,v 1.
5
2003/11/2
3
0
4
:5
6:08
rocky Exp $
* Copyright (C) 2002
,2003
VideoLAN
* $Id: intf.c,v 1.
6
2003/11/2
5
0
3
:5
5:12
rocky Exp $
*
* Authors: Rocky Bernstein <rocky@panix.com>
* from DVD code by Stphane Borel <stef@via.ecp.fr>
...
...
@@ -278,6 +278,7 @@ static void RunIntf( intf_thread_t *p_intf )
{
var_DelCallback
(
p_vout
,
"mouse-moved"
,
MouseEvent
,
p_intf
);
var_DelCallback
(
p_vout
,
"mouse-clicked"
,
MouseEvent
,
p_intf
);
var_DelCallback
(
p_vout
,
"key-pressed"
,
KeyEvent
,
p_intf
);
vlc_object_release
(
p_vout
);
}
...
...
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