From 3f90c6fbfdca2b560b1cd194b3dd0a6a46e87c76 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 3 Jul 2013 21:01:25 +1000 Subject: [PATCH] [765/906] wayland: remove fullscreen --- gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c b/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c index 2c9b1746d9..f8c06ada8e 100644 --- a/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c +++ b/gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c @@ -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; }