X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fclick.h;h=0d57abf7f6f7dbd3e2ce830461b0a53fd5f31b4f;hp=6261613ba762c19dace78d9073f4f571d96a6f61;hb=HEAD;hpb=726f2a1e5a6e6567b3c880277986b9d1d7bca931 diff --git a/include/click.h b/include/click.h index 6261613b..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 _CLICK_H -#define _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