diff options
Diffstat (limited to 'src/gbm/main/gbm.h')
-rw-r--r-- | src/gbm/main/gbm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index a774b509510..b52137ed01d 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -315,7 +315,7 @@ gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane); uint32_t gbm_bo_get_format(struct gbm_bo *bo); -int64_t +uint32_t gbm_bo_get_offset(struct gbm_bo *bo, int plane); struct gbm_device * |