Revert "wayland: Add support for xdg-output"

This reverts commit 1f64689c31.

This was leading to blurry output, and needs more work.

See https://gitlab.gnome.org/GNOME/gtk/issues/1901
This commit is contained in:
Matthias Clasen
2019-05-21 13:25:38 -04:00
parent 9711c2ad45
commit 8e20c1fac2
7 changed files with 37 additions and 176 deletions

View File

@ -227,8 +227,6 @@ struct wl_output *_gdk_wayland_screen_get_wl_output (GdkScreen *screen,
void _gdk_wayland_screen_set_has_gtk_shell (GdkScreen *screen);
void _gdk_wayland_screen_init_xdg_output (GdkScreen *screen);
void _gdk_wayland_window_set_grab_seat (GdkWindow *window,
GdkSeat *seat);