mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 08:10:14 +01:00
egl/android: Declare droid_load_driver() static
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>
This commit is contained in:
parent
d4bf954fe6
commit
aaafae4f55
1 changed files with 1 additions and 1 deletions
|
|
@ -1362,7 +1362,7 @@ static const __DRIextension *droid_image_loader_extensions[] = {
|
|||
NULL,
|
||||
};
|
||||
|
||||
EGLBoolean
|
||||
static EGLBoolean
|
||||
droid_load_driver(_EGLDisplay *disp)
|
||||
{
|
||||
struct dri2_egl_display *dri2_dpy = disp->DriverData;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue