[gtk+] Wayland: not all screens are square
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Wayland: not all screens are square
- Date: Tue, 21 May 2013 11:49:34 +0000 (UTC)
commit 3beeb2cda024bd66ec95a795eefd393f58f74a68
Author: Matthias Clasen <mclasen redhat com>
Date: Tue May 21 07:49:15 2013 -0400
Wayland: not all screens are square
https://bugzilla.gnome.org/show_bug.cgi?id=700737
gdk/wayland/gdkscreen-wayland.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/gdkscreen-wayland.c b/gdk/wayland/gdkscreen-wayland.c
index 5d621bb..c7a0fe3 100644
--- a/gdk/wayland/gdkscreen-wayland.c
+++ b/gdk/wayland/gdkscreen-wayland.c
@@ -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");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]