gdi: Fix prototype of gdi_softpipe_surface_buffer_create().

This commit is contained in:
Michal Krol
2009-09-08 10:22:07 +02:00
parent 79f48c9f9e
commit fcb94f6e3e
@@ -166,6 +166,7 @@ gdi_softpipe_surface_buffer_create(struct pipe_winsys *winsys,
unsigned width, unsigned height,
enum pipe_format format,
unsigned usage,
unsigned tex_usage,
unsigned *stride)
{
const unsigned alignment = 64;