[PATCH 15/15] glamor: Remove more out-of-tree compat code.
Eric Anholt
eric at anholt.net
Thu Jan 9 17:26:29 PST 2014
Signed-off-by: Eric Anholt <eric at anholt.net>
---
glamor/glamor_priv.h | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h
index 9f0c558..9bd88e0 100644
--- a/glamor/glamor_priv.h
+++ b/glamor/glamor_priv.h
@@ -56,19 +56,6 @@
#include "glamor_debug.h"
#include <list.h>
-/* The list.h rename all the function to add xorg_ prefix.
- We add hack here to avoid the compile error when using
- old version xserver header file.
- These will be removed in future. */
-#ifndef xorg_list_entry
-#define xorg_list list
-#define xorg_list_for_each_entry list_for_each_entry
-#define xorg_list_for_each_entry_safe list_for_each_entry_safe
-#define xorg_list_del list_del
-#define xorg_list_add list_add
-#define xorg_list_append list_append
-#define xorg_list_init list_init
-#endif
struct glamor_pixmap_private;
--
1.8.5.1
More information about the xorg-devel
mailing list