From a0bf649dda6154a3c27c37dff001f0de881c521f Mon Sep 17 00:00:00 2001 From: Joseph <119084558+DerjenigeUberMensch@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:24:22 +0000 Subject: [PATCH] Add files via upload --- XCB-TRL/xcb_wmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XCB-TRL/xcb_wmutil.c b/XCB-TRL/xcb_wmutil.c index edb3d6f..1a2b353 100644 --- a/XCB-TRL/xcb_wmutil.c +++ b/XCB-TRL/xcb_wmutil.c @@ -848,7 +848,7 @@ XCBWMHandlerClientMessage( int32_t y = data.data32[2]; int32_t w = data.data32[3]; int32_t h = data.data32[4]; - int32_t bw = data.data32[5]; + int32_t bw = 0; __apply_net_gravity(gravity, &x, &y, w, h, bw); __boundcheck_dimentions(&x, &y, &w, &h);