mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
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
|
gboolean
|
||||||
meta_prefs_get_live_hidden_windows (void)
|
meta_prefs_get_live_hidden_windows (void)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
return live_hidden_windows;
|
return live_hidden_windows;
|
||||||
|
#else
|
||||||
|
return TRUE;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user