diff options
Diffstat (limited to 'gfx/native_theme_win.h')
-rw-r--r-- | gfx/native_theme_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/native_theme_win.h b/gfx/native_theme_win.h index 504ce46..8dd320b 100644 --- a/gfx/native_theme_win.h +++ b/gfx/native_theme_win.h @@ -254,6 +254,9 @@ class NativeTheme { // for a theme change. void CloseHandles() const; + // Returns true if classic theme is in use. + bool IsClassicTheme(ThemeName name) const; + // Gets our singleton instance. static const NativeTheme* instance(); |