mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 20:01:00 -05:00
1f90529365
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. |
||
---|---|---|
.. | ||
plugins | ||
tidy | ||
compositor-private.h | ||
compositor.c | ||
mutter-module.c | ||
mutter-module.h | ||
mutter-plugin-manager.c | ||
mutter-plugin-manager.h | ||
mutter-plugin.c | ||
mutter-shaped-texture.c | ||
mutter-shaped-texture.h | ||
mutter-window-group.c | ||
mutter-window-group.h | ||
mutter-window-private.h | ||
mutter-window.c | ||
README | ||
shadow.c | ||
shadow.h |
Intro ===== Fix me. Env Vars ======== MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.