diff options
Diffstat (limited to 'src/gbm/main/gbm.h')
-rw-r--r-- | src/gbm/main/gbm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 9200ca5ae5..6de71442d0 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -50,8 +50,7 @@ gbm_bo_create(struct gbm_device *gbm, struct gbm_bo * gbm_bo_create_from_egl_image(struct gbm_device *gbm, void *egl_dpy, void *egl_img, - uint32_t width, uint32_t height, - enum gbm_bo_format format); + uint32_t width, uint32_t height); uint32_t gbm_bo_get_width(struct gbm_bo *bo); |