summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/client/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client/window.h b/include/client/window.h
index fbfbbc5f..8af8225c 100644
--- a/include/client/window.h
+++ b/include/client/window.h
@@ -24,7 +24,7 @@ struct cursor {
24 struct wl_surface *surface; 24 struct wl_surface *surface;
25 struct wl_cursor_theme *cursor_theme; 25 struct wl_cursor_theme *cursor_theme;
26 struct wl_cursor *cursor; 26 struct wl_cursor *cursor;
27 struct wl_poitner *pointer; 27 struct wl_pointer *pointer;
28}; 28};
29 29
30enum scroll_direction { 30enum scroll_direction {