mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Forced live_hidden_windows to TRUE
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user