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.h b/clients/window.h index 2521964..8b8e816 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -389,6 +389,9 @@ struct widget * input_get_focus_widget(struct input *input); +struct display * +input_get_display(struct input *input); + struct wl_seat * input_get_seat(struct input *input);