From 868bfbcb0347878883b56b787bd1f63fd46c61c8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 25 Apr 2025 11:56:28 +0200 Subject: adw: perform basic code cleanup --- include/adwaitamm/private/applicationwindow_p.hpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include/adwaitamm/private/applicationwindow_p.hpp') diff --git a/include/adwaitamm/private/applicationwindow_p.hpp b/include/adwaitamm/private/applicationwindow_p.hpp index d44629e..f96cebd 100644 --- a/include/adwaitamm/private/applicationwindow_p.hpp +++ b/include/adwaitamm/private/applicationwindow_p.hpp @@ -1,3 +1,9 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #ifndef LIBADWAITAMM_PRIVATE_APPLICATION_WINDOW_P_HPP #define LIBADWAITAMM_PRIVATE_APPLICATION_WINDOW_P_HPP @@ -6,23 +12,19 @@ #include -#include - #define _ADWAITA_INSIDE #include #undef _ADWAITA_INSIDE namespace Adwaita { - struct ApplicationWindow; - struct ApplicationWindow_Class : Glib::Class { using BaseClassParent = GtkApplicationWindowClass; using BaseClassType = AdwApplicationWindowClass; using BaseObjectType = AdwApplicationWindow; using CppClassParent = Gtk::ApplicationWindow_Class; - using CppObjectType = ApplicationWindow; + using CppObjectType = struct ApplicationWindow; auto init() -> Glib::Class const &; auto static class_init_function(void * gclass, void * data) -> void; -- cgit v1.2.3