From 10f9a7f25293e8cc1ebee5d43bc2e2517badf845 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Mon, 27 Oct 2008 12:29:49 +0000 Subject: [PATCH] Forced live_hidden_windows to TRUE --- src/core/prefs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/prefs.c b/src/core/prefs.c index 660f58729..2fdc17292 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -2976,7 +2976,11 @@ meta_prefs_set_clutter_plugins (GSList *list) gboolean meta_prefs_get_live_hidden_windows (void) { +#if 0 return live_hidden_windows; +#else + return TRUE; +#endif } void