mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
This uses IVirtualDesktopManagerInternal*, which is an undocumented Windows Shell internal API. These interfaces are not stable and can change across Windows updates, so using them in PowerToys carries some long-term risk
6 lines
133 B
C
6 lines
133 B
C
#pragma once
|
|
void SetSystemTheme(bool dark);
|
|
void SetAppsTheme(bool dark);
|
|
bool GetCurrentSystemTheme();
|
|
bool GetCurrentAppsTheme();
|