Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-11 11:00:15 +03:00
parent 971040e038
commit 70ff013dbc
2 changed files with 167 additions and 5 deletions

View File

@@ -75,6 +75,8 @@ typedef struct {
struct wl_listener commit;
struct wl_listener destroy;
struct wl_listener map, unmap;
union {
struct wlr_xdg_toplevel *xdg;
struct wlr_xwayland_surface *xwl;
@@ -206,6 +208,8 @@ typedef struct LunarWM {
Shader linear_srgb;
Skybox skybox;
bool first_frame;
} renderer;
ConfigManager *cman;