dolphin/Source/Core
Léo Lam 2f22c76db1 UICommon: Avoid including Xrandr.h
Xlib has really terrible headers that declare non-namespaced
macros and typedefs for common words.

Just wasted 10 minutes trying to figure out why a unit test failed
to build before I remembered it was Xrandr.h conflicting with our
enum class members again.

To fix the issue, this removes the Display* parameter from the
EnableScreensaver function (which was unused) so we don't have
to include Xrandr.h anymore.
2018-04-14 17:14:38 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common x64Emitter: Make the Align* functions return a non-const data pointer 2018-04-12 19:46:55 -04:00
Core CMakeLists: Link in zlib privately where applicable 2018-04-13 08:29:46 -04:00
DiscIO CMakeLists: Link in zlib privately where applicable 2018-04-13 08:29:46 -04:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinWX UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
InputCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
UICommon UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends Reformat all the things! 2018-04-12 21:28:39 +02:00
VideoCommon Remove leftovers of projection hack support 2018-04-13 12:52:42 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00