ref: 240b6cab8ce8729b7270a0411ab39038814058f1
parent: a3b837c69845e5ccfd3bc29ee72c9b3e6ea9adec
author: Simon Tatham <anakin@pobox.com>
date: Sat Oct 22 13:23:55 EDT 2005
Cleanup: relieve frontends of the duty to call midend_rewrite_statusbar() and check the result against the last string returned. This is now done centrally in drawing.c, and the front end status bar function need only do what it says on the tin. While I'm modifying the prototype of drawing_init(), I've also renamed it drawing_new() for the same reason as random_new() (it _allocates_ a drawing object, rather than just initialising one passed in). [originally from svn r6420]