Browse Source

Xlib.h, I hate you sincerely.

pull/38/head
Vladimír Vondruš 13 years ago
parent
commit
f0ec6ffb21
  1. 4
      src/Framebuffer.h

4
src/Framebuffer.h

@ -31,6 +31,10 @@
#include "AbstractFramebuffer.h"
#include "CubeMapTexture.h"
#ifdef _X11_XLIB_H_ /* Xlib.h, I hate you sincerely */
#undef Status
#endif
namespace Magnum {
/**

Loading…
Cancel
Save