[mutter] default: Adjust the default background



commit 8e85015f916bd72906c0ab0adfcbcd777c66c0ad
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 7 20:42:10 2014 -0700

    default: Adjust the default background
    
    Getting a bit tired of green...

 src/compositor/plugins/default.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/plugins/default.c b/src/compositor/plugins/default.c
index 38a66e7..79c69ab 100644
--- a/src/compositor/plugins/default.c
+++ b/src/compositor/plugins/default.c
@@ -295,7 +295,7 @@ on_monitors_changed (MetaScreen *screen,
 {
   MetaDefaultPlugin *self = META_DEFAULT_PLUGIN (plugin);
   int i, n;
-  GRand *rand = g_rand_new_with_seed (12345);
+  GRand *rand = g_rand_new_with_seed (123456);
 
   clutter_actor_destroy_all_children (self->priv->background_group);
 


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