remove opengl from wayland in favor of cairo
This commit is contained in:
parent
d117241ba7
commit
320de34ce8
8 changed files with 243 additions and 405 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue