mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: Remove has_utf8_title field
This commit is contained in:
parent
170f7e0706
commit
fae4c5097d
2 changed files with 0 additions and 4 deletions
|
|
@ -774,9 +774,6 @@ static void read_surface_title(struct wlr_xwm *xwm,
|
|||
xsurface->title = NULL;
|
||||
}
|
||||
|
||||
// TODO: drop this field
|
||||
xsurface->has_utf8_title = reply->type == xwm->atoms[UTF8_STRING];
|
||||
|
||||
wl_signal_emit_mutable(&xsurface->events.set_title, NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue