aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cursor/wayland-cursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cursor/wayland-cursor.h b/cursor/wayland-cursor.h
index 09a13a7..40d3fc5 100644
--- a/cursor/wayland-cursor.h
+++ b/cursor/wayland-cursor.h
@@ -33,6 +33,8 @@ extern "C" {
#endif
struct wl_cursor_theme;
+struct wl_buffer;
+struct wl_shm;
struct wl_cursor_image {
uint32_t width; /* actual width */
@@ -48,8 +50,6 @@ struct wl_cursor {
char *name;
};
-struct wl_shm;
-
struct wl_cursor_theme *
wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm);