Browse Source

gallium: fix warnings

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
736f535b4f
2 changed files with 4 additions and 2 deletions
  1. 1
    1
      src/gallium/winsys/xlib/xm_winsys.c
  2. 3
    1
      src/mesa/state_tracker/st_atom_sampler.c

+ 1
- 1
src/gallium/winsys/xlib/xm_winsys.c 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
src/mesa/state_tracker/st_atom_sampler.c 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"



Loading…
Cancel
Save