lib: make media_fill.h an internal header

Same deal as with rendercopy.h.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-22 15:35:16 +01:00
parent 7dc0001f3d
commit aaebbc513a
7 changed files with 39 additions and 26 deletions
+8
View File
@@ -224,4 +224,12 @@ typedef void (*render_copyfunc_t)(struct intel_batchbuffer *batch,
render_copyfunc_t get_render_copyfunc(int devid);
typedef void (*media_fillfunc_t)(struct intel_batchbuffer *batch,
struct scratch_buf *dst,
unsigned x, unsigned y,
unsigned width, unsigned height,
uint8_t color);
media_fillfunc_t get_media_fillfunc(int devid);
#endif