Merge pull request #9492 from nolange/fix_norandr_build

Cleanup X11 and XRANDR Macros
This commit is contained in:
Léo Lam 2021-03-01 11:36:39 +01:00 committed by GitHub
commit 858f00b641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 20 deletions

View file

@ -18,7 +18,7 @@
#ifdef _WIN32
#define CIFACE_USE_WIN32
#endif
#if defined(HAVE_X11) && HAVE_X11
#ifdef HAVE_X11
#define CIFACE_USE_XLIB
#endif
#if defined(__APPLE__)