mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
wayland: send xdg-output size as size, not position
https://bugzilla.gnome.org/show_bug.cgi?id=792527
This commit is contained in:
parent
01e27a4366
commit
3e77f6704b
@ -541,9 +541,9 @@ send_xdg_output_events (struct wl_resource *resource,
|
||||
old_layout.width != new_layout.width ||
|
||||
old_layout.height != new_layout.height)
|
||||
{
|
||||
zxdg_output_v1_send_logical_position (resource,
|
||||
new_layout.width,
|
||||
new_layout.height);
|
||||
zxdg_output_v1_send_logical_size (resource,
|
||||
new_layout.width,
|
||||
new_layout.height);
|
||||
need_done = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user