Wayland: not all screens are square
https://bugzilla.gnome.org/show_bug.cgi?id=700737
This commit is contained in:
@ -873,7 +873,7 @@ update_screen_size (GdkWaylandScreen *screen_wayland)
|
||||
screen_wayland->height != height)
|
||||
{
|
||||
screen_wayland->width = width;
|
||||
screen_wayland->height = width;
|
||||
screen_wayland->height = height;
|
||||
g_signal_emit_by_name (screen_wayland, "size-changed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user