-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
os: linux
84 | extern void load_input_helper();
| ^~~~~~~~~~~~~~~~~
In file included from ./event/pub.h:20:
./event/../hook/x11/input_c.h:1843:6: note: previous definition of 'load_input_helper' with type 'void(Display *)'
1843 | void load_input_helper(Display *disp) {
| ^~~~~~~~~~~~~~~~~
In file included from ./event/pub.h:23:
./event/../hook/x11/properties_c.h: In function 'on_library_load':
./event/../hook/x11/properties_c.h:470:9: error: too many arguments to function 'load_input_helper'; expected 0, have 1
470 | load_input_helper(properties_disp);
| ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
./event/../hook/x11/input.h:84:13: note: declared here
84 | extern void load_input_helper();
| ^~~~~~~~~~~~~~~~~
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels