It's only used in this file.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
#include "dd.h"
-/**
- * Display list flags.
- * Strictly this is a tnl-private concept, but it doesn't seem
- * worthwhile adding a tnl private structure just to hold this one bit
- * of information:
- */
-#define DLIST_DANGLING_REFS 0x1
-
-
/** Opaque declaration of display list payload data type */
union gl_dlist_node;
#undef ERROR
#endif
+/**
+ * Display list flag only used by this VBO code.
+ */
+#define DLIST_DANGLING_REFS 0x1
+
/* An interesting VBO number/name to help with debugging */
#define VBO_BUF_ID 12345