Re: [opensource-dev] Question about error message

2010-09-27 Thread Aimee Linden
Fix for this is now up for review here https://jira.secondlife.com/browse/STORM-253 Aimee. On 23 Sep 2010, at 19:18, Aimee Linden wrote: > ERK! I thought I'd fixed that ages ago :( > > Replacing all the FrontWindow() calls with > GetFrontWindowOfClass(kAllWindowClasses, true) should do the tr

Re: [opensource-dev] Question about error message

2010-09-23 Thread Aimee Linden
ERK! I thought I'd fixed that ages ago :( Replacing all the FrontWindow() calls with GetFrontWindowOfClass(kAllWindowClasses, true) should do the trick, I'll swat it shortly once and for all. Aimee. On 22 Sep 2010, at 02:00, Ponzu wrote: > I get 12 of these messages when I build the latest ..

Re: [opensource-dev] Question about error message

2010-09-21 Thread Brandon Husbands
Should probably be committed to the hg. Maybe a jira on it with your patch? On Tue, Sep 21, 2010 at 8:33 PM, Katharine Berry < kathar...@katharineberry.co.uk> wrote: > That message is both inaccurate and very old (the decision was reversed); > however, the function is still deprecated. > > Simply

Re: [opensource-dev] Question about error message

2010-09-21 Thread Katharine Berry
That message is both inaccurate and very old (the decision was reversed); however, the function is still deprecated. Simply replacing all instances of FrontWindow with FrontNonFloatingWindow worked for me but I don't know if this is actually correct. Something like this: http://github.com/Kath

Re: [opensource-dev] Question about error message

2010-09-21 Thread Brandon Husbands
IIRC This is a heads-up message about the use of the FrontWindow API and compatibility with the next major release of Mac OS X. In the current version of Mac OS X, the menubar is drawn into a window that does not have a corresponding WindowRef. The window is actually created with CoreGraphics wind

[opensource-dev] Question about error message

2010-09-21 Thread Ponzu
I get 12 of these messages when I build the latest ... /Users/elee/Documents/hg/viewer-development/indra/llplugin/slplugin/slplugin.cpp:331:0 /Users/elee/Documents/hg/viewer-development/indra/llplugin/slplugin/slplugin.cpp:331: warning: 'FrontWindow' is deprecated (declared at /Developer/SDKs/MacO