Merge branch 'master' into remove-unnecessary-todo
This commit is contained in:
commit
84ae6d02e8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct cursor {
|
||||||
struct wl_surface *surface;
|
struct wl_surface *surface;
|
||||||
struct wl_cursor_theme *cursor_theme;
|
struct wl_cursor_theme *cursor_theme;
|
||||||
struct wl_cursor *cursor;
|
struct wl_cursor *cursor;
|
||||||
struct wl_poitner *pointer;
|
struct wl_pointer *pointer;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum scroll_direction {
|
enum scroll_direction {
|
||||||
|
|
Loading…
Add table
Reference in a new issue