summarylogtreecommitdiffstats
path: root/0002-Fix-configure_notify-event.patch
diff options
context:
space:
mode:
authorq234rty2023-10-27 14:03:34 +0800
committerq234rty2023-10-27 14:03:34 +0800
commit53aa9d79188def611daffcf33d194509238e1823 (patch)
treec00a4badf0fb93ff7d9c325a0da4ad4664954245 /0002-Fix-configure_notify-event.patch
parent180a2c0275ab18a821418ebac0cf3c1ac1cd6544 (diff)
downloadaur-53aa9d79188def611daffcf33d194509238e1823.tar.gz
Fix build
Diffstat (limited to '0002-Fix-configure_notify-event.patch')
-rw-r--r--0002-Fix-configure_notify-event.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0002-Fix-configure_notify-event.patch b/0002-Fix-configure_notify-event.patch
index 6fdf60ff1704..c8f2ec8f4b7e 100644
--- a/0002-Fix-configure_notify-event.patch
+++ b/0002-Fix-configure_notify-event.patch
@@ -1,4 +1,4 @@
-From c9315b2f8c84d5f1b0b14f863af6f73bc3ac95c5 Mon Sep 17 00:00:00 2001
+From 00ab2bf6ed70908357f4c1ca2204e83858d6de02 Mon Sep 17 00:00:00 2001
From: q234rty <q23456yuiop@gmail.com>
Date: Tue, 21 Feb 2023 23:56:26 +0800
Subject: [PATCH 2/3] Fix configure_notify event
@@ -8,10 +8,10 @@ Subject: [PATCH 2/3] Fix configure_notify event
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
-index 59e9ce06..295f4d49 100644
+index 8167a2fc..1c8cab70 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
-@@ -1807,10 +1807,10 @@ void wlr_xwayland_surface_configure(struct wlr_xwayland_surface *xsurface,
+@@ -1812,10 +1812,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 59e9ce06..295f4d49 100644
xcb_send_event(xwm->xcb_conn, 0, xsurface->window_id,
--
-2.41.0
+2.42.0