Re: UpdateUsrActivity on 64-bits
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 4, 2009, at 0:18, Kyle Sluder wrote: > On Thu, Sep 3, 2009 at 2:52 PM, Christiaan > Hofman<[email protected]> wrote: >> Now I have a similar problem with SetSystemUIMode(). Even though the >> function is defined for 64-bits, the enums with possible arguments >> are not. >> It seems pretty stupid to have a function defined but not its >> possible >> arguments. Is that a known bug? And any way around? > > Most of the things people previously used SetSystemUIMode for can now > be done using the new NSFullScreenModeApplicationPresentationOptions > key for -[NSView enterFullScreenMode:withOptions:]. I haven't > actually looked at SetSystemUIMode on 64-bit. > > --Kyle Sluder Problem with that API is that it's 10.6 only, which makes it useless for me. In fact SetSystemUIMode is available for 64-bit, however it requires me to link to the mostly deprecated (for 64 bit) carbon framework. I'd prefer not needing to do that. Christiaan