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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user