Skip to content

Commit

Permalink
Cleanup|X11: Conflicting X11 preprocessor define
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 29, 2017
1 parent a8a3b9e commit 96baa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/sdk/libgui/src/displaymode_x11.cpp
Expand Up @@ -23,18 +23,18 @@
#include <QX11Info>
#include <QApplication>
#include <QScreen>
#include <de/LogBuffer>

#include <X11/Xlib.h>
#include <X11/extensions/Xrandr.h>
#include <X11/extensions/xf86vmode.h>
#undef Always
#undef None
#undef Status

#include "de/gui/displaymode_native.h"

#include <assert.h>
#include <vector>
#include <de/LogBuffer>

namespace de {

Expand Down

0 comments on commit 96baa72

Please sign in to comment.