#ifndef _STRUCTS_H #define _STRUCTS_H typedef struct { const char *name; int id; int x; int y; int res_x; int res_y; } MonitorRule; #endif