This commit is contained in:
IoIxD 2026-05-05 18:34:06 -07:00
commit 0550e74b98
2 changed files with 0 additions and 4 deletions

View file

@ -563,7 +563,6 @@ struct _MwLLWayland {
/* 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 {

View file

@ -279,9 +279,6 @@ static int wcreate(MwWidget handle) {
MwSetDefault(handle);
if(handle->lowlevel->common.type == MwLLBackendWayland) {
handle->lowlevel->wayland.is_subwindow = MwTRUE;
}
return 0;
}