7 lines
160 B
C
7 lines
160 B
C
|
#ifndef _RESIZE_H
|
||
|
#define _RESIZE_H
|
||
|
|
||
|
int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);
|
||
|
|
||
|
#endif
|