aboutsummaryrefslogtreecommitdiff
path: root/sway/xdg_activation_v1.c
AgeCommit message (Collapse)Author
2022-09-13Fix crash in xdg_activation_v1.cFilip SzczepaƄski
wlr_xdg_surface_from_wlr_surface() can return a NULL pointer, so check for NULL before dereferencing it.
2021-06-02Implement xdg-activation-v1Simon Ser
See https://github.com/swaywm/wlroots/pull/2718.