I've already showed these to Emmanuel last week on IRC, but want to make sure they're ready to merge soonish so they don't bitrot...
Unfortunately my gtk+ patch has already bitrotted since last weekend; the
'update' method has been removed on master which I was relying on to
call the NSOpenGLContext's update method after a window resize; this
leaves GL-rendered windows broken after resizing.
What would be a recommended place to insert that update call instead?
I also have not yet figured out why the gtk3-demo
'golden triangle' demo updates the screen properly on update, but the
gdkgears demo does not. Help with that would be welcome. :)
Patches to gtk+ on bug:
https://bugzilla.gnome.org/show_bug.cgi?id=740199