Forced live_hidden_windows to TRUE
This commit is contained in:
parent
b1c5a2e221
commit
10f9a7f252
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user