]> git.sur5r.net Git - i3/i3/blobdiff - include/click.h
CONTRIBUTING: document people should use the `next` branch
[i3/i3] / include / click.h
index 3c4d5288fdb8119a5e98086bdc1af15d1f625153..c63672a7cce954e461ab979350091d71fe62cef2 100644 (file)
@@ -7,8 +7,7 @@
  * click.c: Button press (mouse click) events.
  *
  */
-#ifndef I3_CLICK_H
-#define I3_CLICK_H
+#pragma once
 
 /**
  * The button press X callback. This function determines whether the floating
@@ -19,5 +18,3 @@
  *
  */
 int handle_button_press(xcb_button_press_event_t *event);
-
-#endif