ee45c92564
Committing basic resizing functionality. We need testcases for the bugs and then eliminate them.
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
|