replace ddGetPortAttribute_ARGS

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-31 15:22:32 +01:00
parent 668a2355fc
commit 4b1b29f3db
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ sna_video_overlay_set_attribute(XvPortPtr port, Atom attribute, INT32 value)
}
static int
sna_video_overlay_get_attribute(ddGetPortAttribute_ARGS)
sna_video_overlay_get_attribute(XvPortPtr port, Atom attribute, INT32 *value)
{
struct sna_video *video = port->devPriv.ptr;
struct sna *sna = video->sna;

View File

@@ -172,7 +172,7 @@ static int sna_video_sprite_set_attr(XvPortPtr port, Atom attribute, INT32 value
return Success;
}
static int sna_video_sprite_get_attr(ddGetPortAttribute_ARGS)
static int sna_video_sprite_get_attr(XvPortPtr port, Atom attribute, INT32 *value)
{
struct sna_video *video = port->devPriv.ptr;

View File

@@ -126,7 +126,7 @@ sna_video_textured_set_attribute(XvPortPtr port, Atom attribute, INT32 value)
}
static int
sna_video_textured_get_attribute(ddGetPortAttribute_ARGS)
sna_video_textured_get_attribute(XvPortPtr port, Atom attribute, INT32 *value)
{
struct sna_video *video = port->devPriv.ptr;