Commit a0e5589e authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Display.c: Define Pixmap from XlibPixmap before including Icons.h…

hw/nxagent/Display.c: Define Pixmap from XlibPixmap before including Icons.h (which includes hw/nxagent/X11/include/xpm_nxagent.h).
parent e79fe3b9
......@@ -62,7 +62,11 @@ is" without express or implied warranty.
#include "Init.h"
#include "Args.h"
#include "Image.h"
#define Pixmap XlibPixmap
#include "Icons.h"
#undef Pixmap
#include "Render.h"
#include "Font.h"
#include "Reconnect.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment