gallium: fix warnings

This commit is contained in:
Brian Paul
2008-05-03 09:26:25 -06:00
parent bc57a7c9f7
commit 736f535b4f
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ xmesa_get_pipe_winsys_aub(struct xmesa_visual *xm_vis)
}
struct pipe_winsys *
static struct pipe_winsys *
xmesa_get_pipe_winsys(struct xmesa_visual *xm_vis)
{
static struct xmesa_pipe_winsys *ws = NULL;
+3 -1
View File
@@ -32,12 +32,14 @@
*/
#include "main/macros.h"
#include "st_context.h"
#include "st_atom.h"
#include "st_program.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_util.h"
#include "cso_cache/cso_context.h"