mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
dri2: fix name collision on ClientStateCallback
The name ClientStateCallback is already taken for a global field, so we shouldn't also use it for local one. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Joseph Crowell
parent
e30d066201
commit
ea30a8b4df
@@ -343,7 +343,7 @@ static void amdgpu_dri2_unref_buffer(BufferPtr buffer)
|
||||
}
|
||||
|
||||
static void
|
||||
amdgpu_dri2_client_state_changed(CallbackListPtr * ClientStateCallback,
|
||||
amdgpu_dri2_client_state_changed(CallbackListPtr * cbl,
|
||||
pointer data, pointer calldata)
|
||||
{
|
||||
NewClientInfoRec *clientinfo = calldata;
|
||||
|
||||
Reference in New Issue
Block a user