This commit is contained in:
2026-06-24 10:30:21 -07:00
parent 274a686c58
commit fbebea374b
13 changed files with 44 additions and 2 deletions

View File

@ -63,6 +63,8 @@ void kinc_window_show(int window_index) {}
void kinc_window_hide(int window_index) {}
void kinc_window_set_foreground(int window_index) {}
// TODO: change browser title.
void kinc_window_set_title(int window_index, const char *title) {}