mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 18:40:40 -05:00
clutter/paint-nodes: Don't skip pipeline node constructor
ClutterPipelineNode will be used by GNOME Shell in the future. Fortunately for us, CoglPipeline is already usable from GJS, so we don't need to skip the constructor for the pipeline node. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1340
This commit is contained in:
parent
6be6f04456
commit
6f0719b3c7
@ -551,7 +551,7 @@ clutter_pipeline_node_init (ClutterPipelineNode *self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_pipeline_node_new: (skip)
|
* clutter_pipeline_node_new:
|
||||||
* @pipeline: (allow-none): a Cogl pipeline state object, or %NULL
|
* @pipeline: (allow-none): a Cogl pipeline state object, or %NULL
|
||||||
*
|
*
|
||||||
* Creates a new #ClutterPaintNode that will use the @pipeline to
|
* Creates a new #ClutterPaintNode that will use the @pipeline to
|
||||||
|
Loading…
Reference in New Issue
Block a user