forked from AuroraMiddleware/gtk
Wayland: not all screens are square
https://bugzilla.gnome.org/show_bug.cgi?id=700737
This commit is contained in:
parent
7c26980f3e
commit
3beeb2cda0
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user