mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
6022344a80
* clutter/x11/clutter-event-x11.c (event_translate): Remove the cheap Expose event compression, as it seems to play games when a composite manager is running. It's also not really needed, as the redraw queue will avoid redraws too close to each other anyway. * clutter/x11/clutter-stage-x11.c: (clutter_stage_x11_show), (clutter_stage_x11_hide): Do not chain up just to set the flags. This fixes a critical warning coming from ClutterActor::hide() default implementation.