From 673e58ca36421bb560d4e04277b6b58ce6e0db6f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 12:30:21 +0200 Subject: adw: implement ToolbarView --- src/enums.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/enums.cpp') diff --git a/src/enums.cpp b/src/enums.cpp index b93ac3d..57a6c32 100644 --- a/src/enums.cpp +++ b/src/enums.cpp @@ -6,8 +6,6 @@ #include "adwaitamm/enums.hpp" -#include "adwaitamm/stylemanager.hpp" - #include #include @@ -58,6 +56,10 @@ namespace Adwaita static_assert(matches); static_assert(matches); + static_assert(matches); + static_assert(matches); + static_assert(matches); + } // namespace Adwaita namespace Glib @@ -71,10 +73,11 @@ namespace Glib VALUE_SPECIALIZATION(AccentColor, accent_color) VALUE_SPECIALIZATION(ColorScheme, color_scheme) VALUE_SPECIALIZATION(LengthType, breakpoint_condition) - VALUE_SPECIALIZATION(PresentationMode, dialog_presentation_mode); + VALUE_SPECIALIZATION(PresentationMode, dialog_presentation_mode) VALUE_SPECIALIZATION(RatioType, breakpoint_condition) VALUE_SPECIALIZATION(ResponseAppearance, response_appearance) VALUE_SPECIALIZATION(ToastPriority, toast_priority) + VALUE_SPECIALIZATION(ToolbarStyle, toolbar_style) #undef VALUE_SPECIALIZATION } // namespace Glib \ No newline at end of file -- cgit v1.2.3