mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
replace ddGetPortAttribute_ARGS
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user