mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
Jasper St. Pierre
a86368dcb1
xwayland: Prevent some boolean confusion
The original code in Weston that this was ported from returned an errno, not a boolean, so we were inadvertently returning TRUE here during an error path. Fix that up.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%