GNOME Bugzilla – Bug 695503
gtk-demo: backgrounds don't animate
Last modified: 2013-03-24 17:20:52 UTC
The animated backgrounds example in gtk-demo does not move when run under Wayland.
This doesn't appear to work with the X11 backend either.
It does here, unless you force client-side decorations. It does work under Wayland too, if you maximize the window.
ok, the lack of animation was due to gtk_style_context_save. I've rearranged things in master to draw the window background without saving the context, so the backgrounds animate now.