]> git.sur5r.net Git - i3/i3/blobdiff - include/click.h
Include workspace con in workspace event
[i3/i3] / include / click.h
index 6261613ba762c19dace78d9073f4f571d96a6f61..c63672a7cce954e461ab979350091d71fe62cef2 100644 (file)
@@ -7,8 +7,7 @@
  * click.c: Button press (mouse click) events.
  *
  */
-#ifndef _CLICK_H
-#define _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