handle_button_press and route_click do not need to return int

This commit is contained in:
Orestis Floros
2020-04-09 16:16:30 +02:00
parent 93e96f4e6b
commit 6fa2cd32a0
2 changed files with 22 additions and 20 deletions

View File

@ -19,4 +19,4 @@
* Then, route_click is called on the appropriate con.
*
*/
int handle_button_press(xcb_button_press_event_t *event);
void handle_button_press(xcb_button_press_event_t *event);