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
424 stars 140 forks source link

Optimize some things that happen on startup paths #280

Closed Therzok closed 4 years ago

Therzok commented 4 years ago

Taking the PR for a spin locally, then I'll merge. cc @alanmcgovern if you want to take another look

alanmcgovern commented 4 years ago

LGTM. If we're happy to not support win64 that's fine. Other parts of gtk# do take this into account ( https://github.com/mono/gtk-sharp/blob/gtk-sharp-2-12-branch/cairo/Context.cs#L154-L180 ) but if we never produce 64bit builds, and we're the only ones using this, then it's fine!