Forced live_hidden_windows to TRUE

This commit is contained in:
Tomas Frydrych 2008-10-27 12:29:49 +00:00
parent b1c5a2e221
commit 10f9a7f252

View File

@ -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