mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 140 forks source link

Implement IEquatable on structs #174

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

cc @alanmcgovern

alanmcgovern commented 7 years ago

Btw, this means if we compile with this Gtk# we won't be able to run under an older one. We should bump XS's minimum requirement once we start using this

Therzok commented 7 years ago

Actually, you're right. This isn't a backwards compatible change.

Therzok commented 7 years ago

Will keep these for post-C9 too.

alanmcgovern commented 7 years ago

👍