i3
include/resize.h
Go to the documentation of this file.
00001 #ifndef _RESIZE_H
00002 #define _RESIZE_H
00003 
00004 int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event);
00005 
00006 #endif