NUIKit / CGSInternal

A collection of private CoreGraphics and SkyLight routines.
188 stars 32 forks source link

CGSWindowTagBit #6

Closed aleclarson closed 5 years ago

aleclarson commented 5 years ago

How did you extract and verify the values of CGSWindowTagBit? I noticed some have changed since 2016, so I need the updated values. Cheers!

cc @avaidyam

avaidyam commented 5 years ago

Chances are they would not have changed as that would break internal or backwards compatibility support. The only way I know of verifying values for these bits is reverse engineering, unfortunately.

CodaFi commented 5 years ago

Run strings on SkyLight and grep for TagBit to get the full list. There was a debug routine that would print a description of the window tag bits in CoreGraphics a few releases ago that I just fuzzed to extract the current values.