mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Robert Bragg](/assets/img/avatar_default.png)
If the user doesn't explicitly pass an onscreen template then instead of leaving display->onscreen_template as NULL we now instantiate a template ourselves. This simplifies winsys code that might want to refer to the template since it needn't first check for a NULL pointer. Reviewed-by: Neil Roberts <neil@linux.intel.com>