ntrel commented on this pull request.
> @@ -158,6 +158,9 @@ widgets;
static guint build_groups_count[GEANY_GBG_COUNT] = { 3, 4, 2 };
static guint build_items_count = 9;
+/* include the fixed widgets in an array indexed by groups */
+#define GBG_FIXED GEANY_GBG_COUNT
I've reverted moving GBG_FIXED. It was protected by GEANY_PRIVATE unlike the
GEANY_GBG_* enums.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2269#discussion_r324471163