summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-20 14:42:18 +1000
committerNathan Scott <nathans@redhat.com>2020-08-20 14:42:18 +1000
commit011125dab2338acac9c4bbc7b04604f01f40e54b (patch)
tree0ca61ef6b8049efc6dcd26a6e491fe3ad68bd730 /DisplayOptionsPanel.c
parentab61ae3963e7181f382cd5240d4a2a928b8b5f82 (diff)
parent7858ee6cee4c1633865fc70e037b56d0c9c8388e (diff)
Merge branch 'hishamhm-pull-923'
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 40b8d987..ece4c7c5 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -97,5 +97,6 @@ DisplayOptionsPanel* DisplayOptionsPanel_new(Settings* settings, ScreenManager*
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Count CPUs from 0 instead of 1"), &(settings->countCPUsFromZero)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Update process names on every refresh"), &(settings->updateProcessNames)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Add guest time in CPU meter percentage"), &(settings->accountGuestInCPUMeter)));
+ Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Enable the mouse"), &(settings->enableMouse)));
return this;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy