mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
waylandsink: Fix in shell_surface_set_fullscreen
This commit is contained in:
parent
2747aefaf7
commit
e012ea80ff
1 changed files with 2 additions and 1 deletions
|
@ -594,7 +594,8 @@ create_window (GstWaylandSink * sink, struct display *display, int width,
|
|||
window->shell_surface = wl_shell_get_shell_surface (display->shell,
|
||||
window->surface);
|
||||
// wl_shell_surface_set_toplevel (window->shell_surface);
|
||||
wl_shell_surface_set_fullscreen (window->shell_surface);
|
||||
wl_shell_surface_set_fullscreen (window->shell_surface,
|
||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT, 0, NULL);
|
||||
|
||||
sink->window = window;
|
||||
|
||||
|
|
Loading…
Reference in a new issue