mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
gbm/dri: hide extension loader symbols
They should not be exposed. Cc: "10.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
e6a0eca45e
commit
5455c818b5
1 changed files with 2 additions and 2 deletions
|
|
@ -131,14 +131,14 @@ static const __DRIimageLookupExtension image_lookup_extension = {
|
|||
dri_lookup_egl_image
|
||||
};
|
||||
|
||||
const __DRIdri2LoaderExtension dri2_loader_extension = {
|
||||
static const __DRIdri2LoaderExtension dri2_loader_extension = {
|
||||
{ __DRI_DRI2_LOADER, 3 },
|
||||
dri_get_buffers,
|
||||
dri_flush_front_buffer,
|
||||
dri_get_buffers_with_format,
|
||||
};
|
||||
|
||||
const __DRIimageLoaderExtension image_loader_extension = {
|
||||
static const __DRIimageLoaderExtension image_loader_extension = {
|
||||
{ __DRI_IMAGE_LOADER, 1 },
|
||||
image_get_buffers,
|
||||
dri_flush_front_buffer,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue