(3) Shouldn't format and flags be uint32 too?
struct gbm_bo * gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags);
« Back to merge proposal
(3) Shouldn't format and flags be uint32 too?
struct gbm_bo * create( struct gbm_device *gbm,
uint32_ t width, uint32_t height,
uint32_ t format, uint32_t flags);
gbm_bo_