osx - How do I find the display size using Carbon -


how adjust height , width returned cgdisplaybounds menu bar height , dock height (or width if attached side)?

i need using carbon calls.

leaving aside ought moving away carbon already…

use the hiwindowgetavailablepositioningbounds function.

if need work in 64-bit, you're going have use cocoa.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -