Cleanup: relieve frontends of the duty to call
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 17:23:55 +0000 (17:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Oct 2005 17:23:55 +0000 (17:23 +0000)
commit83c0438ffd33d0f6a608dceec3c889d65fb74c28
treed25800cd83eae1d7eaacda01e27cf8310cff4f17
parenta440f184767511bdda309d1c2e51719c1c2a7ca6
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).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6420 cda61777-01e9-0310-a592-d414129be87e
devel.but
drawing.c
gtk.c
midend.c
ps.c
puzzles.h
windows.c