summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-18 16:57:26 -0400
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-18 16:57:26 -0400
commit956eb6d71472fb6f693655c76771b5490f6ed2e5 (patch)
tree491d1e7f1d6847401fd78c6e421e6e84d016b1c7 /include
parentMerge pull request #1119 from oranenj/master (diff)
downloadsway-956eb6d71472fb6f693655c76771b5490f6ed2e5.tar.gz
sway-956eb6d71472fb6f693655c76771b5490f6ed2e5.tar.zst
sway-956eb6d71472fb6f693655c76771b5490f6ed2e5.zip
wl_poitner -> wl_pointer
Diffstat (limited to 'include')
-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 {