summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-17 12:03:51 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-17 12:07:37 +0900
commitaf51d188c3e894c2ac3d261831320f178d1bd6fe (patch)
tree0ce65defdb05b423333ffa4a6b1c3e7aa865a2c5 /src/mesa
parent7771519862ade53bbd29dd25987c51e3c444e364 (diff)
gallium: fix warning
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/softpipe/sp_winsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_winsys.h b/src/mesa/pipe/softpipe/sp_winsys.h
index cbf64ebb85..d6b379f58c 100644
--- a/src/mesa/pipe/softpipe/sp_winsys.h
+++ b/src/mesa/pipe/softpipe/sp_winsys.h
@@ -37,6 +37,7 @@
#include "pipe/p_compiler.h" /* for boolean */
+enum pipe_format;
struct softpipe_winsys {
/** test if the given format is supported for front/back color bufs */