[mutter] Revert "background: Allow using sliced textures"



commit b76c3312e9d462f211a8681a37fced8aa2fcbd6e
Author: Ray Strode <rstrode redhat com>
Date:   Mon Jul 1 07:33:19 2013 -0400

    Revert "background: Allow using sliced textures"
    
    This reverts commit f743539886dc2d5a8a81bcc147dbc2070dd214d0.
    
    ( accidentally pushed this when trying to push commit
      b7840bec7d135fec3c268b5eab1233d6c6c7cdf6 )

 src/compositor/meta-background.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-background.c b/src/compositor/meta-background.c
index 76477c8..4c61501 100644
--- a/src/compositor/meta-background.c
+++ b/src/compositor/meta-background.c
@@ -891,7 +891,7 @@ meta_background_load_gradient (MetaBackground             *self,
   pixels[7] = second_color->alpha;
 
   texture = cogl_texture_new_from_data (width, height,
-                                        COGL_TEXTURE_NONE,
+                                        COGL_TEXTURE_NO_SLICING,
                                         COGL_PIXEL_FORMAT_RGBA_8888,
                                         COGL_PIXEL_FORMAT_ANY,
                                         4,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]