commit | d56bd908bf898cefbc209ea57c47a2c896d96975 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Jun 05 09:58:51 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Jun 05 09:58:51 2012 -0400 |
tree | 45ac10b4cc069eb2671809c3abfa818126070230 | |
parent | 7cee19778a5fe603105ba056a4d0307fd04c361a [diff] [blame] |
shell: Use a busy cursor animation for unresponsive surfaces
diff --git a/clients/window.c b/clients/window.c index 6b36c84..36d8613 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -2084,6 +2084,12 @@ *y = input->sy; } +struct display * +input_get_display(struct input *input) +{ + return input->display; +} + struct wl_seat * input_get_seat(struct input *input) {