X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fxcursor.h;h=804e1f84c211a20c115942ee1e0c3ac33b54abe8;hb=HEAD;hp=868fee7823647dadc30a0718269ec792e816ef2c;hpb=1dbdd4fece86c5f85bde54e40f58fa1a91810933;p=i3%2Fi3 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