projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3659b
)
st/xorg: Fix build failure due to symbol clash.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 12 Jul 2012 15:02:49 +0000
(16:02 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 12 Jul 2012 15:02:49 +0000
(16:02 +0100)
src/gallium/state_trackers/xorg/xorg_tracker.h
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xorg/xorg_tracker.h
b/src/gallium/state_trackers/xorg/xorg_tracker.h
index 242323d2aa22c814c6cfb3d4285f7bfcd6d53383..96f1a7751979fc8890d220dc660a929040d4940a 100644
(file)
--- 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"