[Vm-dev] IsMenuBarVisible in the MacMenubarPlugin

Eliot Miranda eliot.miranda at gmail.com
Mon May 2 18:13:31 UTC 2016


Hi All,

    HIToolbox on Mac OS X defines IsMenuBarVisible
(/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox).
There's an empty definition of IsMenuBarVisible
in platforms/iOS//plugins/MacMenubarPlugin/MacMenuOS9ToOSX.m.  Well, it's
written as

extern Boolean
IsMenuBarVisible(void){};

and that form seems to create a definition, not a reference.

Anyway, the damn thing screws up symbol parsing in the VMProfiler.
Shouldn't the MacMenuBarPlugin be being linked against HIToolbox and have
all these dummy definitions be dropped?
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160502/28a0f4ef/attachment.htm


More information about the Vm-dev mailing list