Fix rounded corners

they were being dumb
This commit is contained in:
2026-07-02 23:00:13 -04:00
parent 8478762828
commit d3999a9d3c
6 changed files with 115 additions and 99 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ typedef struct Client {
Monitor *mon;
struct wlr_scene_tree *scene;
struct wlr_scene_rect *border[4]; /* top, bottom, left, right */
struct wlr_scene_rect *border_bg; /* single border rect with clipped content hole */
struct wlr_scene_tree *scene_surface;
struct wl_list link;
struct wl_list flink;