revert: remove sysmon panel toggle click handling and map event integration

This reverts commit aee7030b30, stripping all sysmon references from panel click handlers, map/unmap event logic, expose rendering, button/motion event dispatch, and the Monitor struct sysmon field, along with the sysmon.h include chain in main.c and main.d dependency file.
This commit is contained in:
2026-01-29 15:38:55 +00:00
parent 1ba5fae79b
commit a462643110
20 changed files with 2 additions and 74 deletions
-3
View File
@@ -107,7 +107,6 @@ typedef struct Workspace Workspace;
typedef struct Monitor Monitor;
typedef struct Panel Panel;
typedef struct Config Config;
typedef struct SystemMonitor SystemMonitor;
struct Client {
Window window;
@@ -177,8 +176,6 @@ typedef struct {
Panel *top_panel;
Panel *bottom_panel;
SystemMonitor *sysmon;
Config *config;
bool running;