intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Fix Xamarin.Mac builds #308

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

NSView.Tag is nint which is not a normal integral type. Because of this, the cast to the enum failed - had to push through int first.