summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-18 17:01:26 -0400
committerLibravatar GitHub <noreply@github.com>2017-03-18 17:01:26 -0400
commitcef4a5cf701abc5d576245f0f1ba75b9d4956b9e (patch)
tree491d1e7f1d6847401fd78c6e421e6e84d016b1c7
parentMerge pull request #1119 from oranenj/master (diff)
parentwl_poitner -> wl_pointer (diff)
downloadsway-cef4a5cf701abc5d576245f0f1ba75b9d4956b9e.tar.gz
sway-cef4a5cf701abc5d576245f0f1ba75b9d4956b9e.tar.zst
sway-cef4a5cf701abc5d576245f0f1ba75b9d4956b9e.zip
Merge pull request #1124 from zandrmartin/correct-typo
wl_poitner -> wl_pointer
-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 {