aboutsummaryrefslogtreecommitdiff
path: root/include/IrrCompileConfig.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-07-18 21:19:30 +0200
committersfan5 <sfan5@live.de>2022-07-18 21:22:38 +0200
commit538c9e5cde425ecee1e802fd53344111683b60be (patch)
tree3354e0967f8c7519d3602e737ee2f044da038570 /include/IrrCompileConfig.h
parentabebac8bd4c60c8a25a8e4fa76c1e260f741daeb (diff)
downloadirrlicht-538c9e5cde425ecee1e802fd53344111683b60be.tar.xz
Drop gamma ramp code
We definitely won't be wanting to set the gamma for the entire display in the future.
Diffstat (limited to 'include/IrrCompileConfig.h')
-rw-r--r--include/IrrCompileConfig.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h
index 20d7669..4c1cb73 100644
--- a/include/IrrCompileConfig.h
+++ b/include/IrrCompileConfig.h
@@ -272,19 +272,8 @@ define out. */
#undef _IRR_COMPILE_WITH_X11_
#endif
-//! On some Linux systems the XF86 vidmode extension, X11 RandR, or XInput2 are missing.
-//! Use these defines to add/remove support for those dependencies as needed.
-//! XInput2 (library called Xi) is currently only used to support touch-input.
#if defined(_IRR_LINUX_PLATFORM_) && defined(_IRR_COMPILE_WITH_X11_)
-#define _IRR_LINUX_X11_VIDMODE_
-//#define _IRR_LINUX_X11_RANDR_
-//#define _IRR_LINUX_X11_XINPUT2_
-#ifdef NO_IRR_LINUX_X11_VIDMODE_
-#undef _IRR_LINUX_X11_VIDMODE_
-#endif
-#ifdef NO_IRR_LINUX_X11_RANDR_
-#undef _IRR_LINUX_X11_RANDR_
-#endif
+//! XInput2 (library called Xi) is currently only used to support touch-input.
#ifdef NO_IRR_LINUX_X11_XINPUT2_
#undef _IRR_LINUX_X11_XINPUT2_
#endif