mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
render: render-timer: position sub-surface similar to the scrollback indicator
This commit is contained in:
parent
394db77b04
commit
640445acb4
2 changed files with 5 additions and 1 deletions
|
|
@ -1212,7 +1212,6 @@ wayl_win_init(struct terminal *term)
|
|||
wayl->sub_compositor, win->render_timer_surface, win->surface);
|
||||
wl_subsurface_set_sync(win->render_timer_sub_surface);
|
||||
wl_surface_set_user_data(win->render_timer_surface, win);
|
||||
wl_subsurface_set_position(win->render_timer_sub_surface, 10, 10);
|
||||
wl_surface_commit(win->render_timer_surface);
|
||||
}
|
||||
return win;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue