]> git.sur5r.net Git - i3/i3/blob - include/resize.h
Implement resizing (still buggy)
[i3/i3] / include / resize.h
1 #ifndef _RESIZE_H
2 #define _RESIZE_H
3
4 int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);
5
6 #endif