diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-03-18 17:30:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-18 17:30:00 -0400 |
commit | 84ae6d02e8bc6e11fd66cf7521a8cf1dac2df93b (patch) | |
tree | 1f2b0fb30f3e49ec0053d493e3e218f3f866ca29 /include/client/window.h | |
parent | baa17ec696f160b3f77fdf73a630d862081e0fca (diff) | |
parent | cef4a5cf701abc5d576245f0f1ba75b9d4956b9e (diff) |
Merge branch 'master' into remove-unnecessary-todo
Diffstat (limited to 'include/client/window.h')
-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 { |