mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 09:45:16 +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.