From bbfa669af189ff2ad46df44715e9e824b251d9b7 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 25 Apr 2024 15:41:26 +0200 Subject: FIX Added more Themes --- includes/callbacks.h | 4 ++++ includes/hardinfo.h | 1 + includes/uidefs.h | 8 +++++++- 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/callbacks.h b/includes/callbacks.h index a689ecb4..4ecfa58c 100644 --- a/includes/callbacks.h +++ b/includes/callbacks.h @@ -42,5 +42,9 @@ void cb_local_computer(); void cb_act_as_server(); void cb_sync_on_startup(); void cb_disable_theme(); +void cb_theme1(); +void cb_theme2(); +void cb_theme3(); +void cb_theme4(); #endif /* __CALLBACKS_H__ */ diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 9c229289..b4d70de0 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -56,6 +56,7 @@ struct _ProgramParameters { gint gui_running; gint skip_benchmarks; gint quiet; + gint theme; /* * OK to use the common parts of HTML(4.0) and Pango Markup diff --git a/includes/uidefs.h b/includes/uidefs.h index 216a811e..d8b12143 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -32,7 +32,13 @@ char *uidefs_str = " " " " " " - "" + " " + " " + " " + " " + " " + " " + " " " " " " " " -- cgit v1.2.3