mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Ray Strode
a8a5da768a
xwayland: don't unlink lock file twice in stop function
The stop function currently manually constructs the lock filename from the display number and also calls unlink on the same, already known lock filename from the manager struct. This commit gets rid fo the manual construction in favor of the saved lock filename. https://bugzilla.gnome.org/show_bug.cgi?id=748380
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%