sway

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

commit 956eb6d71472fb6f693655c76771b5490f6ed2e5
parent 5c3d3184a3241c3d30af3ec4a12522c2a7f3d297
Author: Zandr Martin <zandrmartin@gmail.com>
Date:   Sat, 18 Mar 2017 16:57:26 -0400

wl_poitner -> wl_pointer

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 {