diff options
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index a4c3b5a9..f3a7ea01 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -74,7 +74,7 @@ typedef struct { unsigned int depth_offset; unsigned int w; unsigned int h; - unsigned int pitch; + unsigned int pitch; /* Pitch of front buffer in units of pixels */ unsigned int pitch_bits; unsigned int back_pitch; unsigned int depth_pitch; |