[Mesa-dev] [RFC 2/5] env: add a note about nasty forward declarations.
Emil Velikov
emil.l.velikov at gmail.com
Thu Apr 21 12:24:44 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
>From a quick look we should not need any of this.
---
src/intel/vulkan/anv_private.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index d8a2194..120696e 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -46,6 +46,7 @@
#include "util/list.h"
/* Pre-declarations needed for WSI entrypoints */
+/* XXX: This looks like a gross hack. Please look into and resolve */
struct wl_surface;
struct wl_display;
typedef struct xcb_connection_t xcb_connection_t;
--
2.8.0
More information about the mesa-dev
mailing list