Set MONITORS_NUM to 2

There is no reason to declare more monitor instances than we support
This commit is contained in:
David Hrdlička
2022-07-12 10:18:52 +02:00
parent 8a2ea63c30
commit ec6f6f4f9e

View File

@@ -130,7 +130,7 @@ typedef struct monitor_settings_t {
int mon_window_h;
} monitor_settings_t;
#define MONITORS_NUM 8
#define MONITORS_NUM 2
extern monitor_t monitors[MONITORS_NUM];
extern monitor_settings_t monitor_settings[MONITORS_NUM];
extern atomic_bool doresize_monitors[MONITORS_NUM];