Undef X_DISPLAY_MISSING

As of f815f9840d several years ago nothing sets
this #define anywhere anymore.
This commit is contained in:
Peter Hutterer 2020-12-09 14:18:02 +10:00
parent 06951ea9f0
commit 38390f9b88
9 changed files with 45 additions and 80 deletions

View File

@ -160,8 +160,5 @@
/* Define to 1 if your <sys/time.h> declares `struct tm`. */
#cmakedefine TM_IN_SYS_TIME ${TM_IN_SYS_TIME}
/* Define to 1 if the X Window System is missing or not being used. */
#cmakedefine X_DISPLAY_MISSING ${X_DISPLAY_MISSING}
/* Define to `unsigned int` if <sys/types.h> does not define. */
#cmakedefine size_t ${size_t}

View File

@ -3,9 +3,6 @@
#include "config.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/X.h>
#include <X11/Xutil.h>
#define XK_MISCELLANY
@ -36,7 +33,6 @@
#ifdef HAVE_XI2
# include <X11/extensions/XInput2.h>
#endif
#endif
class IXWindowsImpl {
public:

View File

@ -25,11 +25,7 @@
#include "common/stdvector.h"
#include "XWindowsImpl.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#endif
class IXWindowsClipboardConverter;

View File

@ -23,11 +23,7 @@
#include "common/stdvector.h"
#include "XWindowsImpl.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#endif
class IEventQueue;

View File

@ -24,9 +24,6 @@
#include <cstddef>
#include <algorithm>
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/X.h>
#include <X11/Xutil.h>
#define XK_MISCELLANY
@ -35,7 +32,6 @@
#if HAVE_XKB_EXTENSION
# include <X11/XKBlib.h>
#endif
#endif
static const size_t ModifiersFromXDefaultSize = 32;

View File

@ -23,9 +23,6 @@
#include "common/stdvector.h"
#include "XWindowsImpl.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#if HAVE_X11_EXTENSIONS_XTEST_H
# include <X11/extensions/XTest.h>
@ -35,7 +32,6 @@
#if HAVE_XKB_EXTENSION
# include <X11/extensions/XKBstr.h>
#endif
#endif
class IEventQueue;

View File

@ -24,11 +24,7 @@
#include "common/stdvector.h"
#include "XWindowsImpl.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#endif
class XWindowsClipboard;
class XWindowsKeyState;

View File

@ -23,11 +23,7 @@
#include "common/stdmap.h"
#include "XWindowsImpl.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#endif
class Event;
class EventQueueTimer;

View File

@ -22,11 +22,7 @@
#include "common/stdmap.h"
#include "common/stdvector.h"
#if X_DISPLAY_MISSING
# error X11 is required to build barrier
#else
#include <X11/Xlib.h>
#endif
#include <string>