summaryrefslogtreecommitdiff
path: root/src/SFML/Window/OSX/SFWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/OSX/SFWindowController.h')
-rw-r--r--src/SFML/Window/OSX/SFWindowController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SFML/Window/OSX/SFWindowController.h b/src/SFML/Window/OSX/SFWindowController.h
index df0585b..2a17f0a 100644
--- a/src/SFML/Window/OSX/SFWindowController.h
+++ b/src/SFML/Window/OSX/SFWindowController.h
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2018 Marco Antognini (antognini.marco@gmail.com),
+// Copyright (C) 2007-2023 Marco Antognini (antognini.marco@gmail.com),
// Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
@@ -62,6 +62,7 @@ namespace sf {
sf::priv::WindowImplCocoa* m_requester; ///< Requester
BOOL m_fullscreen; ///< Indicate whether the window is fullscreen or not
BOOL m_restoreResize; ///< See note above
+ BOOL m_highDpi; ///< Support high-DPI rendering or not
}
////////////////////////////////////////////////////////////