Skip to content

Commit

Permalink
Just inline None for PlatformX11...
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Feb 12, 2021
1 parent d3d9e10 commit 548f70c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Core/DolphinNoGUI/PlatformX11.cpp
Expand Up @@ -19,7 +19,6 @@
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/keysym.h>
#define X_None None
#include "UICommon/X11Utils.h"
#include "VideoCommon/RenderBase.h"

Expand Down Expand Up @@ -47,7 +46,7 @@ class PlatformX11 : public Platform

Display* m_display = nullptr;
Window m_window = {};
Cursor m_blank_cursor = X_None;
Cursor m_blank_cursor = 0L; // None
#if defined(HAVE_XRANDR) && HAVE_XRANDR
X11Utils::XRRConfiguration* m_xrr_config = nullptr;
#endif
Expand Down

0 comments on commit 548f70c

Please sign in to comment.