chiark / gitweb /
Cleanup: relieve frontends of the duty to call
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 17:23:55 +0000 (17:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 17:23:55 +0000 (17:23 +0000)
commit240b6cab8ce8729b7270a0411ab39038814058f1
treed25800cd83eae1d7eaacda01e27cf8310cff4f17
parenta3b837c69845e5ccfd3bc29ee72c9b3e6ea9adec
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]
devel.but
drawing.c
gtk.c
midend.c
ps.c
puzzles.h
windows.c