]> git.sur5r.net Git - i3/i3/blobdiff - include/xcursor.h
Merge branch 'release-4.16.1'
[i3/i3] / include / xcursor.h
index 868fee7823647dadc30a0718269ec792e816ef2c..804e1f84c211a20c115942ee1e0c3ac33b54abe8 100644 (file)
@@ -2,13 +2,14 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * xcursor.c: libXcursor support for themed cursors.
  *
  */
-#ifndef I3_XCURSOR_CURSOR_H
-#define I3_XCURSOR_CURSOR_H
+#pragma once
+
+#include <config.h>
 
 #include <xcb/xcb_cursor.h>
 
@@ -41,5 +42,3 @@ int xcursor_get_xcb_cursor(enum xcursor_cursor_t c);
  *
  */
 void xcursor_set_root_cursor(int cursor_id);
-
-#endif