mutter/src/compositor
Florian Müllner 98fa343588 window-actor: Keep in compositor's window list until destroyed
When a window is destroyed, the corresponding actor may still be
kept around for the destroy effect. But as the actor is removed
from the compositor's stack list immediately, the compositor will
always stack it above "valid" window actors - this is not what we
want, so only update the compositor's list when the actor is
actually destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=735927
2014-09-11 16:50:23 +01:00
..
plugins Rewrite background code 2014-09-03 13:43:40 -04:00
clutter-utils.c Factor out meta_actor_painting_untransformed() 2014-09-03 13:43:40 -04:00
clutter-utils.h Factor out meta_actor_painting_untransformed() 2014-09-03 13:43:40 -04:00
cogl-utils.c Rewrite background code 2014-09-03 13:43:40 -04:00
cogl-utils.h Rewrite background code 2014-09-03 13:43:40 -04:00
compositor-private.h
compositor.c window-actor: Keep in compositor's window list until destroyed 2014-09-11 16:50:23 +01:00
meta-background-actor-private.h
meta-background-actor.c background-actor: Add missing paren 2014-09-05 13:51:21 -07:00
meta-background-group.c
meta-background-image.c background: Fix build 2014-09-03 11:03:17 -07:00
meta-background-private.h Rewrite background code 2014-09-03 13:43:40 -04:00
meta-background.c background: Fix monitor validation in get_texture() 2014-09-06 18:22:56 +02:00
meta-cullable.c
meta-cullable.h
meta-module.c
meta-module.h
meta-plugin-manager.c
meta-plugin-manager.h
meta-plugin.c
meta-shadow-factory-private.h
meta-shadow-factory.c compositor: Don't use cogl_texture_new_with_data in the obvious cases 2014-08-07 14:01:14 -04:00
meta-shaped-texture-private.h surface-actor: Remove unused APIs 2014-07-31 17:49:13 +02:00
meta-shaped-texture.c Use meta_actor_painting_untransformed() for MetaShapedTexture 2014-09-03 13:43:40 -04:00
meta-surface-actor-wayland.c surface-actor-wayland: Pass in a CoglTexture, as well 2014-08-21 16:34:29 -04:00
meta-surface-actor-wayland.h surface-actor-wayland: Pass in a CoglTexture, as well 2014-08-21 16:34:29 -04:00
meta-surface-actor-x11.c surface-actor-x11: Fix "incompatible pointer type" error 2014-08-22 07:38:08 +02:00
meta-surface-actor-x11.h
meta-surface-actor.c meta-surface-actor: Fix is_argb32 for unredirected windows 2014-08-26 18:59:02 +02:00
meta-surface-actor.h wayland: Update the CoglTexture in the MetaWaylandSurface 2014-08-21 16:22:53 -04:00
meta-texture-rectangle.c
meta-texture-rectangle.h
meta-texture-tower.c texture-tower: Fix error case in meta-texture-tower 2014-08-08 17:29:26 -04:00
meta-texture-tower.h
meta-window-actor-private.h
meta-window-actor.c window-actor: Keep in compositor's window list until destroyed 2014-09-11 16:50:23 +01:00
meta-window-group.c Factor out meta_actor_painting_untransformed() 2014-09-03 13:43:40 -04:00
meta-window-group.h
meta-window-shape.c
meta-window-shape.h
README
region-utils.c
region-utils.h

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.