qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2051


From: Avan Elen
Subject: [RFC] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2051
Date: Fri, 22 Dec 2023 17:44:40 +0300

Hi, this patch fixes a bug: https://gitlab.com/qemu-project/qemu/-/issues/2051
 
From: Elen Avan <elen.avan@bk.ru>
Date: Fri, 22 Dec 2023 14:39:48 +0000
Subject: [RFC] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2051
 
Signed-off-by: Elen Avan <elen.avan@bk.ru>
---
 include/ui/rect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
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;
 }
--
2.41.0
 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]