shared context and rename config filer

This commit is contained in:
2025-09-28 16:26:53 +02:00
parent b12fb43654
commit 6eaba98fff
14 changed files with 145 additions and 195 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ void window_update_title(Window *window, char *title);
double window_get_time();
void window_use(Window *window, Context *context);
void window_use(Window *window, SharedContext *context);
void window_refresh(Window *window);