X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fxcursor.h;h=804e1f84c211a20c115942ee1e0c3ac33b54abe8;hp=868fee7823647dadc30a0718269ec792e816ef2c;hb=HEAD;hpb=b2c91f54abe6ab6af225dbdc987918c1f449dc0c diff --git a/include/xcursor.h b/include/xcursor.h index 868fee78..804e1f84 100644 --- a/include/xcursor.h +++ b/include/xcursor.h @@ -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 #include @@ -41,5 +42,3 @@ int xcursor_get_xcb_cursor(enum xcursor_cursor_t c); * */ void xcursor_set_root_cursor(int cursor_id); - -#endif