st/xorg: Fix build failure due to symbol clash.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 12 Jul 2012 15:02:49 +0000 (16:02 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 12 Jul 2012 15:02:49 +0000 (16:02 +0100)
src/gallium/state_trackers/xorg/xorg_tracker.h

index 242323d2aa22c814c6cfb3d4285f7bfcd6d53383..96f1a7751979fc8890d220dc660a929040d4940a 100644 (file)
@@ -46,6 +46,9 @@
 #include <damage.h>
 #endif
 
+/* Prevent symbol clash */
+#undef Absolute
+
 #include "compat-api.h"
 #include "pipe/p_screen.h"
 #include "util/u_inlines.h"