Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
27ecaf3a
Commit
27ecaf3a
authored
Oct 12, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vout: privatize vout_SetWindowState()
parent
a7cf217d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_vout_wrapper.h
include/vlc_vout_wrapper.h
+1
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
No files found.
include/vlc_vout_wrapper.h
View file @
27ecaf3a
...
...
@@ -87,7 +87,7 @@ VLC_API bool vout_ManageDisplay(vout_display_t *, bool allow_reset_pictures);
VLC_API
void
vout_SetDisplayFullscreen
(
vout_display_t
*
,
bool
is_fullscreen
);
VLC_API
void
vout_SetDisplayFilled
(
vout_display_t
*
,
bool
is_filled
);
VLC_API
void
vout_SetDisplayZoom
(
vout_display_t
*
,
unsigned
num
,
unsigned
den
);
VLC_API
void
vout_SetWindowState
(
vout_display_t
*
,
unsigned
state
);
void
vout_SetWindowState
(
vout_display_t
*
,
unsigned
state
);
VLC_API
void
vout_SetDisplayAspect
(
vout_display_t
*
,
unsigned
dar_num
,
unsigned
dar_den
);
VLC_API
void
vout_SetDisplayCrop
(
vout_display_t
*
,
unsigned
crop_num
,
unsigned
crop_den
,
unsigned
left
,
unsigned
top
,
int
right
,
int
bottom
);
...
...
src/libvlccore.sym
View file @
27ecaf3a
...
...
@@ -638,7 +638,6 @@ vout_GetDisplayOpengl
vout_SetDisplayFullscreen
vout_SetDisplayFilled
vout_SetDisplayZoom
vout_SetWindowState
vout_SetDisplayAspect
vout_SetDisplayCrop
vout_display_GetDefaultDisplaySize
...
...
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