XQuartz: pbproxy: Protect against possible collision between Cocoa and X11 Cursor types

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston 2011-03-01 20:02:46 -08:00
parent 0343aed1f0
commit 69a9171dbb

View File

@ -33,7 +33,9 @@
#include "pbproxy.h"
#define Cursor X_Cursor
#include <X11/extensions/Xfixes.h>
#undef Cursor
#include <AppKit/NSPasteboard.h>