mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
wlr_surface: condition is always false
This commit is contained in:
parent
b400c26b23
commit
8f3d73e3a3
1 changed files with 0 additions and 4 deletions
|
@ -828,10 +828,6 @@ static void subsurface_consider_map(struct wlr_subsurface *subsurface,
|
|||
}
|
||||
|
||||
// Now we can map the subsurface
|
||||
if (subsurface->mapped) {
|
||||
return;
|
||||
}
|
||||
|
||||
wlr_signal_emit_safe(&subsurface->events.map, subsurface);
|
||||
subsurface->mapped = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue