android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixmap_surface
authorAdrian Negreanu <adrian.m.negreanu@intel.com>
Fri, 6 Jun 2014 09:16:10 +0000 (12:16 +0300)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 9 Jun 2014 21:51:17 +0000 (22:51 +0100)
commit6980cae6aeb6671b6b0245e20a2d34957c1fff0a
tree18fd3baf9562bd07bf88ea9cdb3e76056ac0c2a4
parent4dc5545eff9f8fbf4e3d80bad5421821434605f9
android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixmap_surface

I used commit bc8b07a6 as reference, and only the droid_display_vtbl had this issue.

This fixes:
src/egl/drivers/dri2/platform_android.c:641:29:
  error: 'dri2_fallback_pixmap_surface' undeclared here (not in a function)

Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
src/egl/drivers/dri2/platform_android.c