diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2017-03-18 16:57:26 -0400 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2017-03-18 16:57:26 -0400 |
commit | 956eb6d71472fb6f693655c76771b5490f6ed2e5 (patch) | |
tree | 491d1e7f1d6847401fd78c6e421e6e84d016b1c7 /include/client | |
parent | 5c3d3184a3241c3d30af3ec4a12522c2a7f3d297 (diff) |
wl_poitner -> wl_pointer
Diffstat (limited to 'include/client')
-rw-r--r-- | include/client/window.h | 2 |
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 { struct wl_surface *surface; struct wl_cursor_theme *cursor_theme; struct wl_cursor *cursor; - struct wl_poitner *pointer; + struct wl_pointer *pointer; }; enum scroll_direction { |