aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-10-22 16:53:06 +0000
committerSimon Tatham <anakin@pobox.com>2005-10-22 16:53:06 +0000
commitd31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11 (patch)
tree876a2b03f061a83b7f6dc851f506c5e7dd060847
parenteb2013efc0a6201d0e46de65c1a905b676d13d01 (diff)
downloadpuzzles-d31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11.zip
puzzles-d31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11.tar.gz
puzzles-d31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11.tar.bz2
puzzles-d31f3ac3a5e1770c4fb9743480dfddcc8ec3dc11.tar.xz
Forgot to update devel.but in r6417.
[originally from svn r6418] [r6417 == eb2013efc0a6201d0e46de65c1a905b676d13d01]
-rw-r--r--devel.but8
1 files changed, 2 insertions, 6 deletions
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;