mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
window-group: Turn clipped redraws back on
Whoops -- I commented this out for debugging reasons.
This commit is contained in:
parent
ccca810daf
commit
e8dd5601e7
@ -180,7 +180,7 @@ meta_window_group_class_init (MetaWindowGroupClass *klass)
|
||||
{
|
||||
ClutterActorClass *actor_class = CLUTTER_ACTOR_CLASS (klass);
|
||||
|
||||
if (0) actor_class->paint = meta_window_group_paint;
|
||||
actor_class->paint = meta_window_group_paint;
|
||||
actor_class->get_paint_volume = meta_window_group_get_paint_volume;
|
||||
actor_class->get_preferred_width = meta_window_group_get_preferred_width;
|
||||
actor_class->get_preferred_height = meta_window_group_get_preferred_height;
|
||||
|
Loading…
Reference in New Issue
Block a user