mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
dri/intel: Use standard integer types.
This commit is contained in:
parent
e8b52b3f56
commit
4802a687a7
1 changed files with 2 additions and 2 deletions
|
|
@ -418,8 +418,8 @@ intelFillInModes(unsigned pixel_bits, unsigned depth_bits,
|
|||
GLX_NONE, GLX_SWAP_UNDEFINED_OML, GLX_SWAP_COPY_OML
|
||||
};
|
||||
|
||||
u_int8_t depth_bits_array[3];
|
||||
u_int8_t stencil_bits_array[3];
|
||||
uint8_t depth_bits_array[3];
|
||||
uint8_t stencil_bits_array[3];
|
||||
|
||||
|
||||
depth_bits_array[0] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue