mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1444432 - Add an #include "X11UndefineNone.h" to GLXLibrary.h after the X11 header include, so that TiledContentClient.h doesn't suffer from a redefined None. r=jrmuizel
MozReview-Commit-ID: 8PpFuax0XHb --HG-- extra : rebase_source : aed14abaf59f7cb4278e034ea1b7720a6ea985b6
This commit is contained in:
parent
2d93796161
commit
2d583272e7
@ -13,6 +13,7 @@ typedef realGLboolean GLboolean;
|
||||
// stuff from glx.h
|
||||
#include "X11/Xlib.h"
|
||||
#include "X11/Xutil.h" // for XVisualInfo
|
||||
#include "X11UndefineNone.h"
|
||||
typedef struct __GLXcontextRec* GLXContext;
|
||||
typedef XID GLXPixmap;
|
||||
typedef XID GLXDrawable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user