diff options
-rw-r--r-- | 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 242323d2aa2..96f1a775197 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" |