summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2020-11-23 00:49:27 +0100
committerRay <[email protected]>2020-11-23 00:49:27 +0100
commit468a0bedd844586e7b6836b3dcbafda5c20d3595 (patch)
treef609ed7f6f87811c7a5e7f2af34d50433ac82806 /src/config.h
parenta560fe9a1e4b8734481866c99c5a5b4713fe14ec (diff)
downloadraylib-468a0bedd844586e7b6836b3dcbafda5c20d3595.tar.gz
raylib-468a0bedd844586e7b6836b3dcbafda5c20d3595.zip
REDESIGNED: Window state config #1367 -WIP-
Some flags not working properly yet...
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 7be9ef23..0fcad3e2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -56,8 +56,6 @@
#define SUPPORT_SCREEN_CAPTURE 1
// Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()
#define SUPPORT_GIF_RECORDING 1
-// Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP)
-//#define SUPPORT_HIGH_DPI 1
// Support CompressData() and DecompressData() functions
#define SUPPORT_COMPRESSION_API 1
// Support saving binary data automatically to a generated storage.data file. This file is managed internally.