mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
st/dri: fix compiler warning for driCopySubBufferExtension
This commit is contained in:
parent
2b404a6504
commit
d79058d1c6
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ const struct __DriverAPIRec driDriverAPI = {
|
|||
PUBLIC const __DRIextension *__driDriverExtensions[] = {
|
||||
&driCoreExtension.base,
|
||||
&driSWRastExtension.base,
|
||||
&driCopySubBufferExtension,
|
||||
&driCopySubBufferExtension.base,
|
||||
&gallium_config_options.base,
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue