diff --git a/cursor/wayland-cursor.h b/cursor/wayland-cursor.h index 154cd84d..f8bf8d12 100644 --- a/cursor/wayland-cursor.h +++ b/cursor/wayland-cursor.h @@ -25,6 +25,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + enum wl_cursor_type { WL_CURSOR_BOTTOM_LEFT, WL_CURSOR_BOTTOM_RIGHT, @@ -75,4 +79,8 @@ wl_cursor_theme_get_cursor_by_name(struct wl_cursor_theme *theme, struct wl_buffer * wl_cursor_image_get_buffer(struct wl_cursor_image *image); +#ifdef __cplusplus +} +#endif + #endif