mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
render: refresh: ensure window has been configured
This commit is contained in:
parent
f2a745cfdb
commit
f7362d381b
3 changed files with 5 additions and 0 deletions
|
|
@ -505,6 +505,8 @@ xdg_surface_configure(void *data, struct xdg_surface *xdg_surface,
|
|||
struct wl_window *win = data;
|
||||
struct terminal *term = win->term;
|
||||
|
||||
win->is_configured = true;
|
||||
|
||||
if (win->configure.is_activated)
|
||||
term_visual_focus_in(term);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue