After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695503 - gtk-demo: backgrounds don't animate
gtk-demo: backgrounds don't animate
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-09 16:17 UTC by Matthias Clasen
Modified: 2013-03-24 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2013-03-09 16:17:43 UTC
The animated backgrounds example in gtk-demo does not move when run under Wayland.
Comment 1 Thomas Wood 2013-03-22 16:57:44 UTC
This doesn't appear to work with the X11 backend either.
Comment 2 Matthias Clasen 2013-03-22 20:06:10 UTC
It does here, unless you force client-side decorations.

It does work under Wayland too, if you maximize the window.
Comment 3 Matthias Clasen 2013-03-24 17:20:52 UTC
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.