gbm: export gbm_device_is_format_supported

Probably depending on compiler settings, the definition can be hidden,
so undefined reference error can be encountred during linking.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75528
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Marek Chalupa 2014-02-27 09:23:21 +01:00 committed by Emil Velikov
parent dfe8cb48fc
commit 96f324e229

View file

@ -81,7 +81,7 @@ gbm_device_get_backend_name(struct gbm_device *gbm)
*
* \sa enum gbm_bo_format for the list of formats
*/
int
GBM_EXPORT int
gbm_device_is_format_supported(struct gbm_device *gbm,
uint32_t format, uint32_t usage)
{