sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-09-08 19:43:55 +00:00
parent 7ca5d43115
commit 85d6c1d24d
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 4 additions and 4 deletions

View file

@ -276,7 +276,7 @@ extern _X_EXPORT PixmapPtr glamor_pixmap_from_fds(ScreenPtr screen,
const CARD32 *offsets,
CARD8 depth,
CARD8 bpp,
CARD64 modifier);
uint64_t modifier);
/* @glamor_pixmap_from_fd: Creates a pixmap to wrap a dma-buf fd.
*

View file

@ -552,7 +552,7 @@ glamor_pixmap_from_fds(ScreenPtr screen,
CARD16 width, CARD16 height,
const CARD32 *strides, const CARD32 *offsets,
CARD8 depth, CARD8 bpp,
CARD64 modifier)
uint64_t modifier)
{
PixmapPtr pixmap;
struct glamor_egl_screen_private *glamor_egl;