X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fclick.h;h=0d57abf7f6f7dbd3e2ce830461b0a53fd5f31b4f;hp=3c4d5288fdb8119a5e98086bdc1af15d1f625153;hb=HEAD;hpb=0aa306890b66047aacb4863df0cfdfd6f46361e6 diff --git a/include/click.h b/include/click.h index 3c4d5288..0d57abf7 100644 --- a/include/click.h +++ b/include/click.h @@ -2,13 +2,14 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * click.c: Button press (mouse click) events. * */ -#ifndef I3_CLICK_H -#define I3_CLICK_H +#pragma once + +#include /** * The button press X callback. This function determines whether the floating @@ -19,5 +20,3 @@ * */ int handle_button_press(xcb_button_press_event_t *event); - -#endif