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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -