On Sat, Jan 25, 2014 at 3:59 AM, Bill Welliver bill@welliver.org wrote:
Hi Chris,
I'll take a look at the requested changesets and will try to merge them this weekend.
In general, I'm in favor of keeping GTK2 reasonably up-to-date, providing it doesn't cause compat problems with existing code (or crashes, naturally).
Thanks. In most cases, the GTK changes I've put forward haven't changed existing code at all - some have been to _prevent_ crashes, others will simply add new functions or arguments to current functions. The only one of the above that might break existing code is 54b2df, which changes the args to a callback from being the anomalous array to being a set of separate args, same as every other callback is. I strongly suspect nobody's actually using that, or it would have been changed already.
ChrisA