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:
@ -30,15 +30,6 @@ struct _GdkWaylandMonitor {
|
||||
guint32 version;
|
||||
struct wl_output *output;
|
||||
gboolean added;
|
||||
|
||||
struct zxdg_output_v1 *xdg_output;
|
||||
/* Size and position, can be either from wl_output or xdg_output */
|
||||
int32_t x;
|
||||
int32_t y;
|
||||
int32_t width;
|
||||
int32_t height;
|
||||
gboolean wl_output_done;
|
||||
gboolean xdg_output_done;
|
||||
};
|
||||
|
||||
struct _GdkWaylandMonitorClass {
|
||||
|
||||
Reference in New Issue
Block a user