mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
extract: extract_one: make arguments const
This commit is contained in:
parent
aafa120f92
commit
2539e3cbb2
3 changed files with 7 additions and 4 deletions
|
|
@ -542,3 +542,6 @@ void term_disable_app_sync_updates(struct terminal *term);
|
|||
|
||||
enum term_surface term_surface_kind(
|
||||
const struct terminal *term, const struct wl_surface *surface);
|
||||
|
||||
bool term_scrollback_to_text(const struct terminal *term, wchar_t **text);
|
||||
bool term_view_to_text(const struct terminal *term, wchar_t **text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue