From 4856e115a9056b75d9883edf68be8e4b2c2f455e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 22 Apr 2024 21:02:13 +0200 Subject: [PATCH] path: document enum --- gsk/gskpathprivate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsk/gskpathprivate.h b/gsk/gskpathprivate.h index 1daaafd965..684cc7ff19 100644 --- a/gsk/gskpathprivate.h +++ b/gsk/gskpathprivate.h @@ -28,7 +28,9 @@ G_BEGIN_DECLS typedef enum { + /* path has only lines */ GSK_PATH_FLAT, + /* all contours are closed */ GSK_PATH_CLOSED } GskPathFlags;