Page MenuHomeFreeBSD

loader: Fix orb position
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 28, 2:55 PM
Unknown Object (File)
Fri, Aug 28, 12:52 PM
Unknown Object (File)
Sat, Aug 22, 10:23 PM
Unknown Object (File)
Wed, Aug 19, 6:12 AM
Unknown Object (File)
Thu, Aug 13, 1:38 AM
Unknown Object (File)
Aug 10 2026, 2:55 PM
Unknown Object (File)
Aug 10 2026, 12:59 PM
Unknown Object (File)
Aug 8 2026, 7:31 PM

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.