Improve resize_graphical_handler code style
- int return type is not useful - Consistent comment style
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user