diff options
| author | Shiqing <[email protected]> | 2019-05-03 12:17:58 +0800 |
|---|---|---|
| committer | Shiqing <[email protected]> | 2019-05-03 12:24:20 +0800 |
| commit | 780cefc3b0a2f2115b235890db96028ff5e6fcf3 (patch) | |
| tree | 374d54b3abef29e5acf5d724d318f46e1fd9cf2d /src/config.h.in | |
| parent | 0b2bad4205d0322455ef4535342264dd675c1942 (diff) | |
| download | raylib-780cefc3b0a2f2115b235890db96028ff5e6fcf3.tar.gz raylib-780cefc3b0a2f2115b235890db96028ff5e6fcf3.zip | |
Add SUPPORT_HIGH_DPI to CMakeOptions.txt
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index b1c524f7..b07b7e94 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,6 +15,8 @@ #cmakedefine SUPPORT_SCREEN_CAPTURE 1 /* Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() */ #cmakedefine SUPPORT_GIF_RECORDING 1 +/* Support high DPI displays */ +#cmakedefine SUPPORT_HIGH_DPI 1 // rlgl.h /* Support VR simulation functionality (stereo rendering) */ |
