[librsvg: 1/27] Make function private




commit fd0f230876c0612bcbb71866368380bcf21e3e90
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Mar 4 16:59:12 2021 -0600

    Make function private

 src/structure.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/structure.rs b/src/structure.rs
index 830d4b98..185deba2 100644
--- a/src/structure.rs
+++ b/src/structure.rs
@@ -157,7 +157,7 @@ impl Svg {
         Rect::new(nx, ny, nx + nw, ny + nh)
     }
 
-    pub fn push_viewport(
+    fn push_viewport(
         &self,
         node: &Node,
         cascaded: &CascadedValues<'_>,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]