mutter/src/compositor
Jasper St. Pierre c844bab232 meta-background-actor: Chain up in dispose
This was preventing Clutter from running its dispose, preventing
it from being destroyed correctly. While a major bug and possibly
big memory leak, the most obvious effect was the message that Clutter
spat out:

  Clutter-CRITICAL **: clutter_actor_iter_next: assertion `ri->age == ri->root->priv->age' failed

Since we never disposed the actor correctly, it was never removed
from its parent, and the age wasn't updated correctly.
2012-02-16 16:29:33 -05:00
..
plugins Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
cogl-utils.c Create the 1x1 texture for the root background unsliced 2011-06-29 12:27:02 -04:00
cogl-utils.h Create the 1x1 texture for the root background unsliced 2011-06-29 12:27:02 -04:00
compositor-private.h Unredirect fullscreen windows 2011-08-29 23:05:30 +02:00
compositor.c compositor: Use raw Xlib to resize the compositor window 2011-12-15 16:06:07 -05:00
meta-background-actor-private.h MetaBackgroundActor: make it a public class 2011-08-29 16:54:09 +01:00
meta-background-actor.c meta-background-actor: Chain up in dispose 2012-02-16 16:29:33 -05:00
meta-module.c Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-module.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-plugin-manager.c Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-plugin-manager.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-plugin.c Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-shadow-factory-private.h Only shadow ARGB windows with a frame outside the frame 2011-04-26 15:10:02 -04:00
meta-shadow-factory.c Use generic marshaller 2011-12-13 19:53:57 -05:00
meta-shaped-texture.c MetaShapedTexture: Remove visible_pixels_region 2012-02-03 19:58:21 -05:00
meta-texture-rectangle.c Use a utility function to create GL_ARB_texture_rectangles 2011-07-19 11:06:23 +01:00
meta-texture-rectangle.h Use a utility function to create GL_ARB_texture_rectangles 2011-07-19 11:06:23 +01:00
meta-texture-tower.c Fix cogl crash from updating non-existent texture 2011-11-10 16:40:12 -05:00
meta-texture-tower.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-window-actor-private.h Unredirect fullscreen windows 2011-08-29 23:05:30 +02:00
meta-window-actor.c MetaShapedTexture: Remove visible_pixels_region 2012-02-03 19:58:21 -05:00
meta-window-group.c meta-window-group: Fix types typo 2011-11-10 15:52:25 -05:00
meta-window-group.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-window-shape.c Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00
meta-window-shape.h Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00
README There can be only one compositor engine 2009-06-30 09:34:03 -04:00
region-utils.c region-utils.c: Squash a memory leak 2011-05-11 14:15:48 -04:00
region-utils.h Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.