gbm: Use unsigned for BO offset getter
[mesa.git] / src / gbm / main / gbm.h
index a774b509510ce987f09432d5b46cb808fc68fd73..b52137ed01d4cd7d1443b926c48b10be6aad2812 100644 (file)
@@ -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 *