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
Samo Golež
VLC
Commits
e08d25d4
Commit
e08d25d4
authored
Apr 03, 2019
by
Steve Lhomme
Browse files
interface: don't implement a set_tile callback for the vout_window_t
Fixes warnings in C++.
parent
987e7371
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/gui/minimal_macosx/intf.m
View file @
e08d25d4
...
...
@@ -188,6 +188,7 @@ static const struct vout_window_operations ops = {
WindowSetState,
WindowUnsetFullscreen,
WindowSetFullscreen,
NULL,
};
int WindowOpen(vout_window_t *p_wnd)
...
...
modules/gui/qt/main_interface.cpp
View file @
e08d25d4
...
...
@@ -735,6 +735,7 @@ bool MainInterface::getVideo( struct vout_window_t *p_wnd )
MainInterface
::
requestVideoState
,
MainInterface
::
requestVideoWindowed
,
MainInterface
::
requestVideoFullScreen
,
NULL
,
};
if
(
videoActive
.
test_and_set
()
)
...
...
modules/gui/skins2/src/skin_main.cpp
View file @
e08d25d4
...
...
@@ -434,6 +434,7 @@ static const struct vout_window_operations window_ops = {
WindowSetState
,
WindowUnsetFullscreen
,
WindowSetFullscreen
,
NULL
,
};
static
int
WindowOpen
(
vout_window_t
*
pWnd
)
...
...
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