diff options
author | Michal Krol <[email protected]> | 2009-09-08 10:22:07 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-08 10:22:07 +0200 |
commit | fcb94f6e3e81abe9fbfe8dac3925c6c210b5cf42 (patch) | |
tree | 05394c50ce204572fc8872a16fd680581d65ee80 /src/gallium/winsys/gdi | |
parent | 79f48c9f9e739a1f6b0810072e41bc826f2b789d (diff) |
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().
Diffstat (limited to 'src/gallium/winsys/gdi')
-rw-r--r-- | src/gallium/winsys/gdi/gdi_softpipe_winsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |