wlroots-hyprland/backend/x11
Simon Ser 702eed5cbd backend/x11: fix region not being actually used
The region variable was shadowed in an if block. As a result, in the
outer block region was always XCB_NONE and was never destroyed (causing
a memory leak on the server).

Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
2021-01-18 22:31:09 +01:00
..
backend.c backend/x11: set a blank cursor rather than hiding globally 2021-01-18 21:07:11 +01:00
input_device.c backend/x11: set a blank cursor rather than hiding globally 2021-01-18 21:07:11 +01:00
meson.build backend/x11: switch to wlr_swapchain 2020-12-13 12:16:52 +01:00
output.c backend/x11: fix region not being actually used 2021-01-18 22:31:09 +01:00