summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-07-03 21:01:25 +1000
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-16 14:16:02 +0200
commitda9e960297723c0fc3caf6f70f95b2752a79ebc1 (patch)
tree0ee0e06cc16afb4a0a97225e3d0f3f6a98e8d474
parent67ed49e64c40829169838f38ca1e49cf6a2d803f (diff)
wayland: remove fullscreen
-rw-r--r--gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c3
1 files changed, 0 insertions, 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 2c9b174..f8c06ad 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;
}