aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-03-18 17:30:00 -0400
committerGitHub <noreply@github.com>2017-03-18 17:30:00 -0400
commit84ae6d02e8bc6e11fd66cf7521a8cf1dac2df93b (patch)
tree1f2b0fb30f3e49ec0053d493e3e218f3f866ca29 /include
parentbaa17ec696f160b3f77fdf73a630d862081e0fca (diff)
parentcef4a5cf701abc5d576245f0f1ba75b9d4956b9e (diff)
Merge branch 'master' into remove-unnecessary-todo
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 {
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 {