wlroots-hyprland/backend/wayland
Dominique Martinet 4f7b1382d4 wayland backend seat: fix NULL output check
The test was done after dereferencing output in pointer_handle_enter,
just move it up one line.
No reason pointer_handle_leave would not need the check if enter needs
it, add it there.

Found through static analysis.
2018-06-30 11:38:21 +09:00
..
backend.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
output.c backend/wayland: print output name in window title 2018-05-15 00:16:18 +01:00
registry.c Make sure we don't use others' prefixes 2018-04-25 23:24:58 +01:00
wl_seat.c wayland backend seat: fix NULL output check 2018-06-30 11:38:21 +09:00