projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59c592
)
mesa: use void in _mesa_VDPAUFiniNV() as in the header file
author
Brian Paul
<brianp@vmware.com>
Sat, 26 Oct 2013 14:11:46 +0000
(08:11 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 28 Oct 2013 14:37:39 +0000
(08:37 -0600)
src/mesa/main/vdpau.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/vdpau.c
b/src/mesa/main/vdpau.c
index 414afe20e09de20761deafbe01c44fe01a81bab0..e21a26b433df61a4bbfb1038fc7d79338502dc06 100644
(file)
--- a/
src/mesa/main/vdpau.c
+++ b/
src/mesa/main/vdpau.c
@@
-92,7
+92,7
@@
unregister_surface(struct set_entry *entry)
}
void GLAPIENTRY
-_mesa_VDPAUFiniNV()
+_mesa_VDPAUFiniNV(
void
)
{
GET_CURRENT_CONTEXT(ctx);