chiark / gitweb /
Forgot to update devel.but in r6417.
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 16:53:06 +0000 (16:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 16:53:06 +0000 (16:53 +0000)
[originally from svn r6418]
[r6417 == eb2013efc0a6201d0e46de65c1a905b676d13d01]

devel.but

index 8696c83559d71c97c2897ce5084a5636e2bcff6c..4f589dab2016706eaa09779b25a4f79259d2b34c 100644 (file)
--- 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;