window titles

This commit is contained in:
Ryan Fleury
2025-05-01 13:06:16 -07:00
parent 3be17c7157
commit e3f68622f7
7 changed files with 43 additions and 1 deletions
+7
View File
@@ -136,6 +136,13 @@ os_window_close(OS_Handle handle)
if(os_handle_match(handle, os_handle_zero())) {return;}
}
internal void
os_window_set_title(OS_Handle window, String8 title)
{
if(os_handle_match(handle, os_handle_zero())) {return;}
// TODO(rjf)
}
internal void
os_window_first_paint(OS_Handle handle)
{