diff options
Diffstat (limited to 'src/XTest.c')
-rw-r--r-- | src/XTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XTest.c b/src/XTest.c index 76193a1..759e0e8 100644 --- a/src/XTest.c +++ b/src/XTest.c @@ -81,7 +81,7 @@ get_xinput_base(Display *dpy) } static XEXT_GENERATE_FIND_DISPLAY (find_display, xtest_info, - xtest_extension_name, + xtest_extension_name, &xtest_extension_hooks, XTestNumberEvents, get_xinput_base(dpy)) |