[mutter/gbsneto/effects-paint-nodes: 8/12] clutter/paint-nodes: Don't skip pipeline node constructor
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/effects-paint-nodes: 8/12] clutter/paint-nodes: Don't skip pipeline node constructor
- Date: Mon, 6 Jul 2020 13:43:23 +0000 (UTC)
commit 22aa5ee19fdfe7b231ef37e9c8efdfcebfab63da
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jun 29 17:32:26 2020 -0300
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
clutter/clutter/clutter-paint-nodes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/clutter/clutter/clutter-paint-nodes.c b/clutter/clutter/clutter-paint-nodes.c
index 5c7b60e3e6..44661c4cd2 100644
--- a/clutter/clutter/clutter-paint-nodes.c
+++ b/clutter/clutter/clutter-paint-nodes.c
@@ -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
*
* Creates a new #ClutterPaintNode that will use the @pipeline to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]