From: Ben Widawsky <b...@bwidawsk.net> Signed-off-by: Ben Widawsky <b...@bwidawsk.net> --- src/gbm/main/gbm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 59daaa1..efb329e 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -294,10 +294,10 @@ gbm_bo_map(struct gbm_bo *bo, void gbm_bo_unmap(struct gbm_bo *bo, void *map_data); -uint32_t +unsigned int gbm_bo_get_width(struct gbm_bo *bo); -uint32_t +unsigned int gbm_bo_get_height(struct gbm_bo *bo); uint32_t -- 2.10.2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev