commit | a71e8b2e4d88dfa86440f6cf3306afaaf5c0cd7f | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon May 06 21:51:21 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 06 21:51:21 2013 -0400 |
tree | 24b2f39ee5f989edf84d6511b6263a24545f9f9b | |
parent | 80fb82df3a9257316bc0bf512069a0e3a971ca3c [diff] [blame] |
input: Rename weston_device_repick() to weston_seat_repick() Old left-over misnaming.
diff --git a/src/compositor.h b/src/compositor.h index 6dc9e63..a295ded 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -1017,7 +1017,7 @@ void weston_seat_init_touch(struct weston_seat *seat); void -weston_device_repick(struct weston_seat *seat); +weston_seat_repick(struct weston_seat *seat); void weston_seat_release(struct weston_seat *seat);