Function to get the current system color theme

This commit is contained in:
Kovid Goyal
2024-11-07 12:47:06 +05:30
parent 239e08f268
commit b0ebd340fe
13 changed files with 99 additions and 29 deletions

View File

@@ -12,4 +12,4 @@
void glfw_initialize_desktop_settings(void);
void glfw_current_cursor_theme(const char **theme, int *size);
GLFWColorScheme glfw_current_system_color_theme(void);
GLFWColorScheme glfw_current_system_color_theme(bool);