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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user