Sign in
Register
Home
Projects
Help
Search
:
SV Libraries
»
SV Core Library
Overview
Members
Activity
Issues
Repository
Code docs
svcore
1.9
Main Page
Namespaces
Classes
Files
File List
File Members
system
os-other.cpp
Go to the documentation of this file.
1
2
extern
"C"
{
3
4
bool
5
OSReportsDarkThemeActive
()
6
{
7
return
false
;
8
}
9
10
bool
11
OSQueryAccentColour
(
int
&r,
int
&g,
int
&b)
12
{
13
(void)r;
14
(void)g;
15
(void)b;
16
return
false
;
17
}
18
19
}
OSReportsDarkThemeActive
bool OSReportsDarkThemeActive()
Definition:
os-other.cpp:5
OSQueryAccentColour
bool OSQueryAccentColour(int &r, int &g, int &b)
Definition:
os-other.cpp:11
Generated by
1.8.11
Loading...