mirror of
https://github.com/brl/mutter.git
synced 2025-05-31 11:00:03 +00:00

Instead of using gtk_css_provider_get_default(), add a static GtkCssProvider and fetch it instead. Creating GtkCssProviders consume a bit more memory, so keeping a single one alive is slightly more memory saving.