Wayland: not all screens are square

https://bugzilla.gnome.org/show_bug.cgi?id=700737
This commit is contained in:
Matthias Clasen 2013-05-21 07:49:15 -04:00
parent 7c26980f3e
commit 3beeb2cda0

View File

@ -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");
}
}