screen origin/size message in NEWT

classic Classic list List threaded Threaded
3 messages Options
ac
Reply | Threaded
Open this post in threaded view
|

screen origin/size message in NEWT

ac
Every time I run an application that uses NEWT rendering, I get an initial message like:

"Detected screen origin 0 / 0, size 1920 x 1080"

Is there any way to disable it?

Reply | Threaded
Open this post in threaded view
|

Re: screen origin/size message in NEWT

Sven Gothel
Administrator
On 02/17/2012 06:33 PM, ac [via jogamp] wrote:
>
>
> Every time I run an application that uses NEWT rendering, I get an initial
> message like:
>
> "Detected screen origin 0 / 0, size 1920 x 1080"
>
> Is there any way to disable it?

You just did :)

I will move the code behind a conditional 'ifdef DEBUG',
sorry, I left it in the native code for a long time.

Next version won't have it anymore.

~Sven


signature.asc (910 bytes) Download Attachment
ac
Reply | Threaded
Open this post in threaded view
|

Re: screen origin/size message in NEWT

ac
cool, thanks