mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
core/core: Remove meta_retheme_all() helper
All it did was get the MetaDisplay and call a function on it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
This commit is contained in:

committed by
Florian Müllner

parent
c474ad6a53
commit
7c2e926c44
@ -717,7 +717,7 @@ prefs_changed_callback (MetaPreference pref,
|
||||
switch (pref)
|
||||
{
|
||||
case META_PREF_DRAGGABLE_BORDER_WIDTH:
|
||||
meta_display_retheme_all ();
|
||||
meta_display_queue_retheme_all_windows (meta_get_display ());
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user