mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05: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…
Add table
Add a link
Reference in a new issue