remove opengl from wayland in favor of cairo

This commit is contained in:
IoIxD
2025-12-17 19:14:54 -07:00
parent d117241ba7
commit 320de34ce8
8 changed files with 242 additions and 404 deletions

View File

@@ -258,7 +258,6 @@ static void frame_draw(MwWidget handle) {
if(j == (arrlen(lb->list[i].name) - 1)) p.x -= MwDefaultBorderWidth(handle);
if(arrlen(lb->alignment) <= j || lb->alignment[j] == MwALIGNMENT_BEGINNING) {
p.x += 4;
MwDrawText(handle, &p, str, 0, MwALIGNMENT_BEGINNING, selected ? base2 : text2);
p.x -= 4;