mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
2f22c76db1
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. |
||
---|---|---|
.. | ||
AutoUpdate.cpp | ||
AutoUpdate.h | ||
CMakeLists.txt | ||
CommandLineParse.cpp | ||
CommandLineParse.h | ||
Disassembler.cpp | ||
Disassembler.h | ||
GameFile.cpp | ||
GameFile.h | ||
GameFileCache.cpp | ||
GameFileCache.h | ||
UICommon.cpp | ||
UICommon.h | ||
UICommon.vcxproj | ||
USBUtils.cpp | ||
USBUtils.h | ||
VideoUtils.cpp | ||
VideoUtils.h | ||
X11Utils.cpp | ||
X11Utils.h |