From: Michal Krol Date: Tue, 8 Sep 2009 08:22:07 +0000 (+0200) Subject: gdi: Fix prototype of gdi_softpipe_surface_buffer_create(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0aeff7638b4ae14a9142ff05390cbc89a058d57e;p=mesa.git gdi: Fix prototype of gdi_softpipe_surface_buffer_create(). --- diff --git a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c index 33826524d7a..66120a6a983 100644 --- a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c +++ b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c @@ -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;