#ifndef _MAIN_H #define _MAIN_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "structs.h" #include "config.h" #include "die.h" struct server { struct wl_display *wl_display; struct wlr_backend *backend; struct wlr_renderer *renderer; struct wlr_scene *scene; struct wlr_output_layout *output_layout; struct wlr_allocator *alloc; /* Monitors */ struct wl_list outputs; struct wl_listener new_output; }; #endif