mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-texture.c (clutter_texture_init): Set filter-quality value to 1, to fix the regression caused when applying the patch for buf #616.
This commit is contained in:
parent
caa56dadd4
commit
6cb35639e7
@ -1,3 +1,9 @@
|
||||
2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-texture.c (clutter_texture_init): Set filter-quality
|
||||
value to 1, to fix the regression caused when applying the patch for
|
||||
buf #616.
|
||||
|
||||
2007-11-19 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-label.[ch]: Fix ClutterLabel size allocation when
|
||||
|
@ -1073,7 +1073,7 @@ clutter_texture_init (ClutterTexture *self)
|
||||
self->priv = priv = CLUTTER_TEXTURE_GET_PRIVATE (self);
|
||||
|
||||
priv->max_tile_waste = 64;
|
||||
priv->filter_quality = 0;
|
||||
priv->filter_quality = 1;
|
||||
priv->is_tiled = TRUE;
|
||||
priv->pixel_type = PIXEL_TYPE;
|
||||
priv->pixel_format = CGL_RGBA;
|
||||
|
Loading…
Reference in New Issue
Block a user