mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
[765/906] wayland: remove fullscreen
This commit is contained in:
parent
2c6f8de516
commit
d492036322
1 changed files with 0 additions and 3 deletions
|
@ -194,9 +194,6 @@ create_surface (GstGLWindowWaylandEGL * window_egl)
|
|||
|
||||
wl_shell_surface_set_toplevel (window_egl->window.shell_surface);
|
||||
|
||||
wl_shell_surface_set_fullscreen (window_egl->window.shell_surface,
|
||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE, 0, NULL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue