wayland: yeah this is just fucked
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-05-05 18:30:09 -07:00
commit 5c74e65516
3 changed files with 12 additions and 9 deletions

View file

@ -562,6 +562,8 @@ struct _MwLLWayland {
cairo_t* back_cairo;
/* The cairo to actually use for draw operations. Typically is front_cairo, but MwLLBeginDraw can change this to the back_cairo so it can be used to draw window decorations. */
cairo_t* selected_cairo;
MwBool is_subwindow;
};
struct _MwLLWaylandColor {