Start work on making xbanan portable

This will allow usage of xbanan on non banan-os platforms. I added a
"native" SDL2 port so it can be used without the window manager
This commit is contained in:
2026-05-30 01:17:54 +03:00
parent b2c642f03d
commit c6d3e55e7b
20 changed files with 1521 additions and 885 deletions

View File

@@ -784,7 +784,7 @@ static void write_text(WriteTextInfo& info)
? info.gc.foreground
: info.gc.background;
if (color != LibGUI::Texture::color_invisible)
if (color != COLOR_INVISIBLE)
info.out_data_u32[out_y * info.out_w + out_x] = color;
}
}