]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Use #pragma once
[i3/i3] / include / x.h
index f1fa7e6a7dc3d690bbdb4a5dcc457a5bd568331a..07f8a725cfb3a8e3c52eefbfd94246b28951bd6d 100644 (file)
@@ -8,8 +8,7 @@
  *      render.c). Basically a big state machine.
  *
  */
-#ifndef I3_X_H
-#define I3_X_H
+#pragma once
 
 /** Stores the X11 window ID of the currently focused window */
 extern xcb_window_t focused_id;
@@ -130,5 +129,3 @@ void x_set_warp_to(Rect *rect);
  *
  */
 void x_mask_event_mask(uint32_t mask);
-
-#endif