]> git.sur5r.net Git - i3/i3/blobdiff - include/click.h
Merge branch 'release-4.16.1'
[i3/i3] / include / click.h
index 2de32d045308059495b0e136aa7d72fcffbb5d84..0d57abf7f6f7dbd3e2ce830461b0a53fd5f31b4f 100644 (file)
@@ -2,14 +2,14 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
- * © 2009-2011 Michael Stapelberg and contributors
- *
- * See file LICENSE for license information.
+ * click.c: Button press (mouse click) events.
  *
  */
-#ifndef _CLICK_H
-#define _CLICK_H
+#pragma once
+
+#include <config.h>
 
 /**
  * The button press X callback. This function determines whether the floating
@@ -20,5 +20,3 @@
  *
  */
 int handle_button_press(xcb_button_press_event_t *event);
-
-#endif