mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -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
|
|
@ -146,7 +146,6 @@ struct wlr_xwayland_surface {
|
||||||
char *role;
|
char *role;
|
||||||
char *startup_id;
|
char *startup_id;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
bool has_utf8_title;
|
|
||||||
|
|
||||||
struct wl_list children; // wlr_xwayland_surface.parent_link
|
struct wl_list children; // wlr_xwayland_surface.parent_link
|
||||||
struct wlr_xwayland_surface *parent;
|
struct wlr_xwayland_surface *parent;
|
||||||
|
|
|
||||||
|
|
@ -774,9 +774,6 @@ static void read_surface_title(struct wlr_xwm *xwm,
|
||||||
xsurface->title = NULL;
|
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);
|
wl_signal_emit_mutable(&xsurface->events.set_title, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue