X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fresize.h;h=99646ea087a857b07d6412e24ec72dd74f6cf4d3;hb=ed66a30410eefeb6cb16f67c33e844be86c83c30;hp=5c8ea5d5d072ab92eb7f6f0a2089cbb23e8557b3;hpb=0f276fdefa5428a9137996bd2d36ae24d86b80df;p=i3%2Fi3 diff --git a/include/resize.h b/include/resize.h index 5c8ea5d5..99646ea0 100644 --- a/include/resize.h +++ b/include/resize.h @@ -1,6 +1,15 @@ +/* + * vim:ts=4:sw=4:expandtab + * + * i3 - an improved dynamic tiling window manager + * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * + * resize.c: Interactive resizing. + * + */ #ifndef _RESIZE_H #define _RESIZE_H -int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, xcb_button_press_event_t *event); +int resize_graphical_handler(Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event); #endif