summarylogtreecommitdiffstats
path: root/0002-Fix-configure_notify-event.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Fix-configure_notify-event.patch')
-rw-r--r--0002-Fix-configure_notify-event.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0002-Fix-configure_notify-event.patch b/0002-Fix-configure_notify-event.patch
index 4ffc0bfacb09..6fdf60ff1704 100644
--- a/0002-Fix-configure_notify-event.patch
+++ b/0002-Fix-configure_notify-event.patch
@@ -1,17 +1,17 @@
-From 2fbf42a76ebf3959fb95a6c0ea66a6f04b032070 Mon Sep 17 00:00:00 2001
+From c9315b2f8c84d5f1b0b14f863af6f73bc3ac95c5 Mon Sep 17 00:00:00 2001
From: q234rty <q23456yuiop@gmail.com>
Date: Tue, 21 Feb 2023 23:56:26 +0800
-Subject: [PATCH 2/2] Fix configure_notify event
+Subject: [PATCH 2/3] Fix configure_notify event
---
xwayland/xwm.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
-index 4f03b07c..f5ceedb1 100644
+index 59e9ce06..295f4d49 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
-@@ -1806,10 +1806,10 @@ void wlr_xwayland_surface_configure(struct wlr_xwayland_surface *xsurface,
+@@ -1807,10 +1807,10 @@ void wlr_xwayland_surface_configure(struct wlr_xwayland_surface *xsurface,
.response_type = XCB_CONFIGURE_NOTIFY,
.event = xsurface->window_id,
.window = xsurface->window_id,
@@ -27,5 +27,5 @@ index 4f03b07c..f5ceedb1 100644
xcb_send_event(xwm->xcb_conn, 0, xsurface->window_id,
--
-2.39.2
+2.41.0