mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
d136c6510b
The framebuffer driver was lazilly initialized on demand in some cases (onscreen), and up front other (offscreen). Replace this with a more predictable up front initialization, done at framebuffer allocation. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1514>