backends/native: Support drawing onto multiple onscreen framebuffers
Add support for drawing the stage using multiple stage views, where each stage view has its own onscreen framebuffer. https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
@ -26,4 +26,6 @@ G_DECLARE_FINAL_TYPE (MetaRendererView, meta_renderer_view,
|
||||
META, RENDERER_VIEW,
|
||||
ClutterStageViewCogl)
|
||||
|
||||
MetaMonitorInfo *meta_renderer_view_get_monitor_info (MetaRendererView *view);
|
||||
|
||||
#endif /* META_RENDERER_VIEW_H */
|
||||
|
Reference in New Issue
Block a user