mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05:00
Whitespace fixes in ClutterTexture
Small whitespace fixes patch; ClutterTexture requires much more love than I can provide at the moment.
This commit is contained in:
parent
5ed62aaf76
commit
e730cd70b1
@ -263,8 +263,8 @@ clutter_texture_realize (ClutterActor *actor)
|
|||||||
if (priv->texture != COGL_INVALID_HANDLE)
|
if (priv->texture != COGL_INVALID_HANDLE)
|
||||||
cogl_texture_unref (priv->texture);
|
cogl_texture_unref (priv->texture);
|
||||||
|
|
||||||
priv->texture
|
priv->texture =
|
||||||
= cogl_texture_new_with_size
|
cogl_texture_new_with_size
|
||||||
(priv->width,
|
(priv->width,
|
||||||
priv->height,
|
priv->height,
|
||||||
priv->no_slice ? -1 : priv->max_tile_waste,
|
priv->no_slice ? -1 : priv->max_tile_waste,
|
||||||
|
Loading…
Reference in New Issue
Block a user