mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 07:08:53 -05:00
The "X.h" header *just* contains protocol constants, not functions or typedefs - so stuff like "Display" and "Window" are not defined unless you include "Xlib.h". "Xrandr.h" happens to include "Xlib.h" itself, so enabling xrandr effectively worked around this issue. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CommandLineParse.cpp | ||
| CommandLineParse.h | ||
| Disassembler.cpp | ||
| Disassembler.h | ||
| UICommon.cpp | ||
| UICommon.h | ||
| UICommon.vcxproj | ||
| USBUtils.cpp | ||
| USBUtils.h | ||
| VideoUtils.cpp | ||
| VideoUtils.h | ||
| X11Utils.cpp | ||
| X11Utils.h | ||