From: simon Date: Sat, 22 Oct 2005 16:53:06 +0000 (+0000) Subject: Forgot to update devel.but in r6417. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/9680576d3ac161e2df2454a79e57b9c36314975e Forgot to update devel.but in r6417. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6418 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/devel.but b/devel.but index 8696c83..4f589da 100644 --- a/devel.but +++ b/devel.but @@ -1398,16 +1398,12 @@ whether that should come with a newline or not.) \S{backend-wants-statusbar} \cw{wants_statusbar()} -\c int (*wants_statusbar)(void); +\c int wants_statusbar; -This function returns \cw{TRUE} if the puzzle has a use for a +This boolean field is set to \cw{TRUE} if the puzzle has a use for a textual status line (to display score, completion status, currently active tiles, etc). -(This should probably be a static boolean field rather than a -function. I don't remember why I did it this way. I probably ought -to change it.) - \S{backend-is-timed} \c{is_timed} \c int is_timed;