strip out update/render/repaint window cruft; promote layer per-tick APIs to base layer

This commit is contained in:
Ryan Fleury
2024-09-01 09:00:58 -07:00
parent 98840c73d8
commit 6ead03ac17
10 changed files with 63 additions and 72 deletions
-6
View File
@@ -142,12 +142,6 @@ os_window_first_paint(OS_Handle handle)
XMapWindow(os_lnx_gfx_state->display, w->window);
}
internal void
os_window_equip_repaint(OS_Handle handle, OS_WindowRepaintFunctionType *repaint, void *user_data)
{
if(os_handle_match(handle, os_handle_zero())) {return;}
}
internal void
os_window_focus(OS_Handle handle)
{