[gnome-battery-bench] gbb info: move renderer between HW and SW sections
- From: Christian Kellner <gicmo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-battery-bench] gbb info: move renderer between HW and SW sections
- Date: Tue, 9 May 2017 14:45:18 +0000 (UTC)
commit 26d6b2f581ca9170aaac888536d20d99693e72d0
Author: Christian Kellner <gicmo gnome org>
Date: Fri May 5 15:26:11 2017 +0200
gbb info: move renderer between HW and SW sections
src/commandline.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/commandline.c b/src/commandline.c
index 45c06c6..ac899ee 100644
--- a/src/commandline.c
+++ b/src/commandline.c
@@ -131,7 +131,6 @@ info_txt(int argc, char **argv)
}
g_print(" Batteries:\n");
g_ptr_array_foreach(batteries, (GFunc) info_txt_battery, " ");
- g_print(" Renderer: %s\n", renderer);
g_print(" Monitor:\n");
g_print(" Resolution: %d x %d (px)\n", monitor_x, monitor_y);
g_print(" Size: %d x %d (mm)\n", monitor_width, monitor_height);
@@ -143,6 +142,7 @@ info_txt(int argc, char **argv)
g_print(" Version: %s\n", bios_version);
g_print(" Date: %s\n", bios_date);
g_print(" Vendor: %s\n", bios_vendor);
+ g_print(" Renderer: %s\n", renderer);
g_print(" Software:\n");
g_print(" OS:\n");
g_print(" Type: %s\n", os_type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]