Improve resize_graphical_handler code style

- int return type is not useful
- Consistent comment style
This commit is contained in:
Orestis Floros
2018-08-23 21:04:52 +03:00
parent 9522b46f1b
commit db294f4505
2 changed files with 15 additions and 22 deletions

View File

@ -13,4 +13,4 @@
bool resize_find_tiling_participants(Con **current, Con **other, direction_t direction, bool both_sides);
int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event);
void resize_graphical_handler(Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event);