diff options
Diffstat (limited to 'include/wlr/xcursor.h')
-rw-r--r-- | include/wlr/xcursor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h index ae07b4fa..c12d5405 100644 --- a/include/wlr/xcursor.h +++ b/include/wlr/xcursor.h @@ -27,8 +27,10 @@ * This is adapted from wayland-cursor, but with the wl_shm client stuff removed * so we can use it on the compositor, too. */ -#ifndef _WLR_XCURSOR_H -#define _WLR_XCURSOR_H + +#ifndef WLR_XCURSOR_H +#define WLR_XCURSOR_H + #include <stdint.h> struct wlr_xcursor_image { |