Merge pull request #1124 from zandrmartin/correct-typo

wl_poitner -> wl_pointer
This commit is contained in:
Drew DeVault 2017-03-18 17:01:26 -04:00 committed by GitHub
commit cef4a5cf70
1 changed files with 1 additions and 1 deletions

View File

@ -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 {