Fix build

This commit is contained in:
Aleix Pol 2021-09-09 17:10:48 +02:00
parent af3602b48c
commit d5be2232e8

View file

@ -35,7 +35,7 @@ void Drag::sendClientMessage(xcb_window_t target, xcb_atom_t type, xcb_client_me
type, // type
*data, // data
};
static_assert(sizeof(ev) == 32, "Would leak stack data otherwise");
static_assert(sizeof(event) == 32, "Would leak stack data otherwise");
xcb_connection_t *xcbConn = kwinApp()->x11Connection();
xcb_send_event(xcbConn,