X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fclick.h;h=c63672a7cce954e461ab979350091d71fe62cef2;hb=136b3e345bfde637d3270eafaa2d8aa3555cc3d5;hp=3c4d5288fdb8119a5e98086bdc1af15d1f625153;hpb=0aa306890b66047aacb4863df0cfdfd6f46361e6;p=i3%2Fi3 diff --git a/include/click.h b/include/click.h index 3c4d5288..c63672a7 100644 --- a/include/click.h +++ b/include/click.h @@ -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