From 23346a954ffb08b115cd45ea2a40f995e3441f8b Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 7 Jul 2019 13:40:10 -0500 Subject: UbuntuFlavor -> DistroFlavor: perhaps more easily used by non-ubuntu distros Signed-off-by: Burt P --- includes/computer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'includes/computer.h') diff --git a/includes/computer.h b/includes/computer.h index d01e1f2f..25da8e27 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -90,7 +90,7 @@ struct _Computer { gchar *date_time; }; -#include "ubuntu_flavors.h" +#include "distro_flavors.h" struct _OperatingSystem { gchar *kernel; @@ -112,9 +112,7 @@ struct _OperatingSystem { gchar *entropy_avail; - /* perhaps this could union with a flavors/spins - * pointer for other distro families */ - const UbuntuFlavor* ubuntu_flavor; + const DistroFlavor* distro_flavor; }; struct _MemoryInfo { -- cgit v1.2.3