mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
haiku/winsys: fix dt prototype args
This commit is contained in:
parent
40b0c8666c
commit
62e27170a7
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ hgl_winsys_convert_cs(enum pipe_format format)
|
|||
static struct sw_displaytarget*
|
||||
hgl_winsys_displaytarget_create(struct sw_winsys* winsys,
|
||||
unsigned textureUsage, enum pipe_format format, unsigned width,
|
||||
unsigned height, unsigned alignment, unsigned* stride)
|
||||
unsigned height, unsigned alignment, const void *front_private,
|
||||
unsigned* stride)
|
||||
{
|
||||
struct haiku_displaytarget* haikuDisplayTarget
|
||||
= CALLOC_STRUCT(haiku_displaytarget);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue