]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
don’t use reversed identifiers for include guards (Thanks Markus)
[i3/i3] / include / x.h
index cb4a8a964d32823ab74dd1161c1469648ba5ea38..c3d4ffc7cc29f5bac0194aa9ca401f469ee70e8e 100644 (file)
@@ -8,8 +8,8 @@
  *      render.c). Basically a big state machine.
  *
  */
-#ifndef _X_H
-#define _X_H
+#ifndef I3_X_H
+#define I3_X_H
 
 /** Stores the X11 window ID of the currently focused window */
 extern xcb_window_t focused_id;