[gtk/wip/baedert/for-master] gskpango: Correct a comment



commit cf352374ae2f26c7807d780269df0b7f94458f0f
Author: Timm Bäder <mail baedert org>
Date:   Mon Dec 21 13:23:28 2020 +0100

    gskpango: Correct a comment
    
    Not all other draw calls will use cairo.

 gtk/gskpango.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gskpango.h b/gtk/gskpango.h
index fbd6340d7b..37052a1c0e 100644
--- a/gtk/gskpango.h
+++ b/gtk/gskpango.h
@@ -49,7 +49,7 @@ typedef gboolean (*GskPangoShapeHandler) (PangoAttrShape         *attr,
 /*
  * This is a PangoRenderer implementation that translates all the draw calls to
  * gsk render nodes, using the GtkSnapshot helper class. Glyphs are translated
- * to text nodes, all other draw calls fall back to cairo nodes.
+ * to text nodes, other draw calls may fall back to cairo nodes.
  */
 
 struct _GskPangoRenderer


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