summary refs log tree commit diff stats
path: root/include/ui/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/rect.h')
-rw-r--r--include/ui/rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/rect.h b/include/ui/rect.h
index 94898f92d0..68f05d78a8 100644
--- a/include/ui/rect.h
+++ b/include/ui/rect.h
@@ -19,7 +19,7 @@ static inline void qemu_rect_init(QemuRect *rect,
                                   uint16_t width, uint16_t height)
 {
     rect->x = x;
-    rect->y = x;
+    rect->y = y;
     rect->width = width;
     rect->height = height;
 }