From 3eacf8bd39cbe62543ff4f331120ea635f785915 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 8 Mar 2024 10:49:40 +0300 Subject: [PATCH] docs/iconcache.txt: fix ICON_FLAGS The documented icon flags didn't match the actual constants used by GTK when reading and updating icon theme cache files. Fix the values of flags in the documentation. Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/6489 --- docs/iconcache.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/iconcache.txt b/docs/iconcache.txt index 34a3ec81f8..97490747a3 100644 --- a/docs/iconcache.txt +++ b/docs/iconcache.txt @@ -69,9 +69,9 @@ Image: 4 CARD32 IMAGE_DATA_OFFSET ICON_FLAGS -HAS_SUFFIX_PNG 1 -HAS_SUFFIX_XPM 2 -HAS_SUFFIX_SVG 4 +HAS_SUFFIX_XPM 1 +HAS_SUFFIX_SVG 2 +HAS_SUFFIX_PNG 4 HAS_ICON_FILE 8 ImageData: