diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-30 14:01:56 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-30 14:02:02 +0300 |
commit | 65451a18a3f6acfd6d641eb48c2253f1f998b9f8 (patch) | |
tree | 7b1b3c489370349f4f0973d6736b4e7a92992596 /src/win32.h | |
parent | a2dc01464497eda1dbc03f474e798c47292dc3ee (diff) |
Windows: Declare as HiDPI aware
Diffstat (limited to 'src/win32.h')
-rw-r--r-- | src/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32.h b/src/win32.h index 3dac677c..33863c8e 100644 --- a/src/win32.h +++ b/src/win32.h | |||
@@ -23,4 +23,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
23 | #pragma once | 23 | #pragma once |
24 | #include <SDL_video.h> | 24 | #include <SDL_video.h> |
25 | 25 | ||
26 | void setDPIAware_Win32(void); | ||
26 | void useExecutableIconResource_SDLWindow(SDL_Window *win); | 27 | void useExecutableIconResource_SDLWindow(SDL_Window *win); |