os-other.cpp
Go to the documentation of this file.
1 
2 extern "C" {
3 
4 bool
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 }
bool OSReportsDarkThemeActive()
Definition: os-other.cpp:5
bool OSQueryAccentColour(int &r, int &g, int &b)
Definition: os-other.cpp:11