Module: Mesa Branch: master Commit: d9a8cd76e5a156eb8af686eba614b9fada7258fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9a8cd76e5a156eb8af686eba614b9fada7258fe
Author: José Fonseca <[email protected]> Date: Thu Jul 12 16:02:49 2012 +0100 st/xorg: Fix build failure due to symbol clash. --- src/gallium/state_trackers/xorg/xorg_tracker.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xorg_tracker.h b/src/gallium/state_trackers/xorg/xorg_tracker.h index 242323d..96f1a77 100644 --- a/src/gallium/state_trackers/xorg/xorg_tracker.h +++ b/src/gallium/state_trackers/xorg/xorg_tracker.h @@ -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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
