Re: UpdateUsrActivity on 64-bits
Kyle Sluder <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
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