func GetNewDisplayFlags() int32 { return int32(C.al_get_new_display_flags()) }
// Gets the display flags that the display should have after CreateDisplay(). func NewDisplayFlags() int { return int(C.al_get_new_display_flags()) }