[765/906] wayland: remove fullscreen

This commit is contained in:
Matthew Waters 2013-07-03 21:01:25 +10:00 committed by Tim-Philipp Müller
parent 2c6f8de516
commit d492036322

View file

@ -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;
}