Browse Source

Undef xlib nonsense to avoid conflicts

pull/430/head
Konstantinos Chatzilygeroudis 6 years ago
parent
commit
1c3e386e35
  1. 1
      src/Magnum/Platform/AbstractXApplication.h
  2. 6
      src/Magnum/Platform/WindowlessGlxApplication.h

1
src/Magnum/Platform/AbstractXApplication.h

@ -44,6 +44,7 @@
#undef Convex
#undef None
#undef Status
#undef Success
#undef Button1
#undef Button2
#undef Button3

6
src/Magnum/Platform/WindowlessGlxApplication.h

@ -50,6 +50,12 @@
#undef Convex
#undef None
#undef Status
#undef Success
#undef Button1
#undef Button2
#undef Button3
#undef Button4
#undef Button5
namespace Magnum { namespace Platform {

Loading…
Cancel
Save