wip commit.
commit8e4ce16e5fc0b84455d87fe76f662c83ffaa9e0d
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 26 Feb 2017 06:16:00 +0000 (26 06:16 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 26 Feb 2017 06:16:00 +0000 (26 06:16 +0000)
tree05d1f7c11a54531f07132c9ebbe6b6a85aaf3adf
parentd977a9787f86ebfab357b47dcdaffc47588cedb5
wip commit.
# rework the separate processor graph/gauge support into 2 new "ProcessorGrp" custom classes, to facilitate runtime selection.
# add context sensitive menus to select the displayed mode (crashes currently...)
# allocate specific pens for the processors when using the graph group in single graph mode.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53915 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/system/SysMon/main.c
workbench/system/SysMon/mmakefile.src
workbench/system/SysMon/processor.c
workbench/system/SysMon/processor.h [new file with mode: 0644]
workbench/system/SysMon/processor_gauge.c [new file with mode: 0644]
workbench/system/SysMon/processor_graph.c [new file with mode: 0644]
workbench/system/SysMon/sysmon_intern.h