From f485a1af64bb00c696ea9f79961786bd791eaec1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 16 Dec 2014 14:43:29 +1000 Subject: Drop valuator mask argument from GetKeyboardEvents Nothing was using it and if anyone had they would've gotten a warning and noticed that it doesn't actually work. Drop this, it has been unused for years. Input ABI 22 Signed-off-by: Peter Hutterer Reviewed-by: Daniel Stone --- Xext/xtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xext') diff --git a/Xext/xtest.c b/Xext/xtest.c index 88df4433b..2371a69e1 100644 --- a/Xext/xtest.c +++ b/Xext/xtest.c @@ -421,7 +421,7 @@ ProcXTestFakeInput(ClientPtr client) case KeyPress: case KeyRelease: nevents = - GetKeyboardEvents(xtest_evlist, dev, type, ev->u.u.detail, NULL); + GetKeyboardEvents(xtest_evlist, dev, type, ev->u.u.detail); break; } -- cgit v1.2.3