namespace CPF.Mac.AppKit { public enum NSSurfaceOrder { AboveWindow = 1, BelowWindow = -1 } }