From b7f192eea34e0bd36abcd457333ab37eb221789f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 22 Oct 2005 16:35:23 +0000 Subject: Cleanup: the `mouse_priorities' field in the back end has been a more general-purpose flags word for some time now. Rename it to `flags'. [originally from svn r6414] --- blackbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blackbox.c') diff --git a/blackbox.c b/blackbox.c index 1889a19..b8c6bc0 100644 --- a/blackbox.c +++ b/blackbox.c @@ -1434,7 +1434,7 @@ const struct game thegame = { FALSE, FALSE, game_print_size, game_print, game_wants_statusbar, FALSE, game_timing_state, - 0, /* mouse_priorities */ + 0, /* flags */ }; /* vim: set shiftwidth=4 tabstop=8: */ -- cgit v1.1