summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-04-05 21:10:10 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-04-05 21:10:10 +0300
commitdb75943d2b799f1a4ae98a2a83c0eaaab0f82c31 (patch)
tree1bdf44ded37e730cfdefa7e3a4700bbf390bf57e
parent95936022f69b7c621adf976b7d6f8d527d126f66 (diff)
downloadmetacity-db75943d2b799f1a4ae98a2a83c0eaaab0f82c31.tar.gz
prefs: change default value for compositing_manager
Compositing manager is enabled by default since commit 317c52fdb82384762a18ec5a3a6c0165dda5d360, but default value was not updated. Do it now.
-rw-r--r--src/core/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index 1f2c6a0b..e95249dd 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -86,7 +86,7 @@ static gboolean gnome_accessibility = FALSE;
static gboolean gnome_animations = TRUE;
static char *cursor_theme = NULL;
static int cursor_size = 24;
-static gboolean compositing_manager = FALSE;
+static gboolean compositing_manager = TRUE;
static gboolean resize_with_right_button = FALSE;
static gboolean edge_tiling = FALSE;
static gboolean force_fullscreen = TRUE;