Files
Odin/core/sys/windows/ux_theme.odin
2024-01-17 17:04:54 +00:00

13 lines
232 B
Odin

// +build windows
package sys_windows
foreign import uxtheme "system:UxTheme.lib"
MARGINS :: distinct [4]int
PMARGINS :: ^MARGINS
@(default_calling_convention="system")
foreign uxtheme {
IsThemeActive :: proc() -> BOOL ---
}