#ifndef _RESIZE_H
#define _RESIZE_H

int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);

#endif