i3
include/resize.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
00006  *
00007  * resize.c: Interactive resizing.
00008  *
00009  */
00010 #ifndef _RESIZE_H
00011 #define _RESIZE_H
00012 
00013 int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event);
00014 
00015 #endif