diff options
Diffstat (limited to 'icd/common/icd-format.h')
| -rw-r--r-- | icd/common/icd-format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/common/icd-format.h b/icd/common/icd-format.h index 1bfc8af8..963eb61a 100644 --- a/icd/common/icd-format.h +++ b/icd/common/icd-format.h @@ -97,7 +97,7 @@ static inline int icd_format_get_block_width(XGL_FORMAT format) return (icd_format_is_compressed(format)) ? 4 : 1; } -XGL_SIZE icd_format_get_size(XGL_FORMAT format); +size_t icd_format_get_size(XGL_FORMAT format); XGL_UINT icd_format_get_channel_count(XGL_FORMAT format); |
