mutter/src/compositor
Thomas Wood 1f90529365 Don't explicitly set the size of the MutterWindow texture
Setting the size of the texture causes the minimum and preferred width and
height values to be fixed at the set value. The normal requisition functions
of ClutterTexture will already report the size of the texture pixmap as the
natural size, but also allow scaling down as needed if less space is
available. We don't need that here, but we want to allow someone to make
a ClutterClone of the texture actor.
2009-07-31 13:36:59 +01:00
..
plugins There can be only one compositor engine 2009-06-30 09:34:03 -04:00
tidy Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
compositor-private.h Remove unused focus_window member of MetaCompScreen 2009-07-06 00:06:23 +01:00
compositor.c Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-module.c There can be only one compositor engine 2009-06-30 09:34:03 -04:00
mutter-module.h There can be only one compositor engine 2009-06-30 09:34:03 -04:00
mutter-plugin-manager.c Pass event to clutter when the plugin doesn't have xevent_filter 2009-07-28 16:00:24 -04:00
mutter-plugin-manager.h There can be only one compositor engine 2009-06-30 09:34:03 -04:00
mutter-plugin.c Separate source and header files for MutterWindow 2009-07-05 23:56:51 +01:00
mutter-shaped-texture.c Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-shaped-texture.h Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-window-group.c Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-window-group.h Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-window-private.h Reduce overpaint in the window group 2009-07-09 16:56:01 +01:00
mutter-window.c Don't explicitly set the size of the MutterWindow texture 2009-07-31 13:36:59 +01:00
README There can be only one compositor engine 2009-06-30 09:34:03 -04:00
shadow.c Split shadow code into a separate file 2009-07-05 23:28:38 +01:00
shadow.h Split shadow code into a separate file 2009-07-05 23:28:38 +01:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.