X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fresize.h;h=fa0216c88ac3597e45193a32d7b1376e874d9860;hb=6241419c86602a999a4766c24edb7b884395e433;hp=5c8ea5d5d072ab92eb7f6f0a2089cbb23e8557b3;hpb=2728c0246794df9eae0a12d77f32d7bd0031df6f;p=i3%2Fi3 diff --git a/include/resize.h b/include/resize.h index 5c8ea5d5..fa0216c8 100644 --- a/include/resize.h +++ b/include/resize.h @@ -1,6 +1,15 @@ -#ifndef _RESIZE_H -#define _RESIZE_H +/* + * 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 I3_RESIZE_H +#define I3_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