aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-03-18 17:01:26 -0400
committerGitHub <noreply@github.com>2017-03-18 17:01:26 -0400
commitcef4a5cf701abc5d576245f0f1ba75b9d4956b9e (patch)
tree491d1e7f1d6847401fd78c6e421e6e84d016b1c7
parent5c3d3184a3241c3d30af3ec4a12522c2a7f3d297 (diff)
parent956eb6d71472fb6f693655c76771b5490f6ed2e5 (diff)
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 {
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 {