mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
test/xi2: Clean up -Wshadow warnings
protocol-common declares a bunch of pretty generic names; fix shadows of these names. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -91,7 +91,7 @@ extern struct devices devices;
|
||||
/**
|
||||
* test-specific userdata, passed into the reply handler.
|
||||
*/
|
||||
extern void *userdata;
|
||||
extern void *global_userdata;
|
||||
|
||||
/**
|
||||
* The reply handler called from WriteToClient. Set this handler if you need
|
||||
|
||||
Reference in New Issue
Block a user