aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/ux_theme.odin
blob: 7af39936188962c01e842ab94fc38ceb4416d529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// +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 ---
}