mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 17:17:26 +03:00
fd4e6b432b
The State struct holds a pointer to the main process panel. Use the distinct MainPanel type, to improve maintainability regrading its usage. This avoids usages of down-casts from Panel to MainPanel, only up-casts from MainPanel to Panel are now required.