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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -