mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
util: Include missing header in u_dirty_surfaces.h.
Include p_state.h for pipe_surface symbol.
This commit is contained in:
parent
c7111f321c
commit
d2dd23e858
1 changed files with 4 additions and 0 deletions
|
|
@ -27,9 +27,13 @@
|
|||
#ifndef U_DIRTY_SURFACES_H_
|
||||
#define U_DIRTY_SURFACES_H_
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#include "util/u_double_list.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
struct pipe_context;
|
||||
|
||||
typedef void (*util_dirty_surface_flush_t) (struct pipe_context *, struct pipe_surface *);
|
||||
|
||||
struct util_dirty_surfaces
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue