mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
dfe8cb48fc
commit
96f324e229
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue