Module: Mesa
Branch: master
Commit: aaafae4f55a4b2cf5ddc59ad026f337cae524c8b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaafae4f55a4b2cf5ddc59ad026f337cae524c8b

Author: Kristian H. Kristensen <[email protected]>
Date:   Wed Sep 12 11:38:22 2018 -0700

egl/android: Declare droid_load_driver() static

Reviewed-by: Tapani Pälli <[email protected]>
Signed-off-by: Kristian H. Kristensen <[email protected]>

---

 src/egl/drivers/dri2/platform_android.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/drivers/dri2/platform_android.c 
b/src/egl/drivers/dri2/platform_android.c
index ecc0245c9a..00e62b067f 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -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;

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to