Page MenuHomeFreeBSD

loader: Fix orb position
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 29, 6:26 AM
Unknown Object (File)
Mon, Oct 27, 6:30 AM
Unknown Object (File)
Sun, Oct 26, 11:52 PM
Unknown Object (File)
Fri, Oct 24, 9:50 PM
Unknown Object (File)
Thu, Oct 9, 9:12 PM
Unknown Object (File)
Wed, Oct 8, 8:47 PM
Unknown Object (File)
Oct 1 2025, 11:17 PM
Unknown Object (File)
Oct 1 2025, 8:23 AM

Details

Reviewers
tsoome
imp
Group Reviewers
Loader
Commits
rG1b4e11713153: loader: Fix orb position
Summary

Fix the orb position to be aligned with the menu

Sponsored by: Beckhoff Automation GmbH & Co. KG

Test Plan

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Jan 7 2025, 9:40 AM
manu added a reviewer: Loader.
This revision is now accepted and ready to land.Jan 7 2025, 10:10 AM
This revision was automatically updated to reflect the committed changes.

It looks like someone has to fix also:
gfx-beastie.lua
gfx-beastiebw.lua
gfx-fbsdbw.lua
gfx-orbbw.lua

See PR 285044
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285044

stand/lua/drawer.lua
473

In the case of gfx-beastie{,bw}.lua switching back to y = 4 fixes the issue reported in bug 285044.