mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
glx/dri: use the implemented version of __DRIgetDrawableInfoExtension
... over the one provided by the headers. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
15db8c0801
commit
fbbf5ec471
1 changed files with 3 additions and 2 deletions
|
|
@ -299,8 +299,9 @@ __glXDRIGetDrawableInfo(__DRIdrawable * drawable,
|
|||
}
|
||||
|
||||
static const __DRIgetDrawableInfoExtension getDrawableInfoExtension = {
|
||||
{__DRI_GET_DRAWABLE_INFO, __DRI_GET_DRAWABLE_INFO_VERSION},
|
||||
__glXDRIGetDrawableInfo
|
||||
.base = {__DRI_GET_DRAWABLE_INFO, 1 },
|
||||
|
||||
.getDrawableInfo = __glXDRIGetDrawableInfo
|
||||
};
|
||||
|
||||
static const __DRIextension *loader_extensions[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue