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
Thomas Guillem
vlc-legacy
Commits
11905e2a
Commit
11905e2a
authored
Aug 18, 2020
by
Steve Lhomme
Browse files
video_output: don't include control.h in include shared across the core
They don't need to know about it.
parent
3b0f58d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/video_output/control.c
View file @
11905e2a
...
...
@@ -27,6 +27,7 @@
#include
<vlc_common.h>
#include
<vlc_vout.h>
#include
"vout_internal.h"
#include
"control.h"
/* */
void
vout_control_cmd_Init
(
vout_control_cmd_t
*
cmd
,
int
type
)
...
...
src/video_output/vout_internal.h
View file @
11905e2a
...
...
@@ -47,7 +47,6 @@ typedef struct {
vlc_mouse_event
mouse_event
;
void
*
mouse_opaque
;
}
vout_configuration_t
;
#include
"control.h"
/**
* Creates a video output.
...
...
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