stylecontext: Add public API to stop animations

... and use it.

Of course, there still are no animations, so we don't turn anything off
yet.
This commit is contained in:
Benjamin Otte
2012-04-10 15:50:00 +02:00
parent a240808824
commit fe89e710ea
3 changed files with 19 additions and 1 deletions

View File

@ -52,6 +52,8 @@ void _gtk_style_context_get_cursor_color (GtkStyleContext *c
GdkRGBA *primary_color,
GdkRGBA *secondary_color);
void _gtk_style_context_stop_animations (GtkStyleContext *context);
G_END_DECLS
#endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */