sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 84ae6d02e8bc6e11fd66cf7521a8cf1dac2df93b
parent baa17ec696f160b3f77fdf73a630d862081e0fca
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 18 Mar 2017 17:30:00 -0400

Merge branch 'master' into remove-unnecessary-todo
Diffstat:
Minclude/client/window.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {